#f7a0cb

Color #F7A0CB Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F7A0CB

Tints of Carnation Pink #F7A0CB

Color information

#F7A0CB (or 0xF7A0CB) is unknown color: approx Carnation Pink. HEX triplet: F7, A0 and CB. RGB value is (247,160,203). Sum of RGB (Red+Green+Blue) = 247+160+203=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A0CB is #085F34. Grayscale: #BEBEBE. Windows color (decimal): -548661 or 13345015. OLE color: 13345015.

HSL color Cylindrical-coordinate representation of color #F7A0CB: hue angle of 330.34º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A0CB is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247160203-
CMYK00.350.180.03
HSL330.34º84.47%79.8%-
HSV(B)330.34º35.22%96.86%-
XYZ61.7149.2362.75-
YUV190.91134.82168-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 160 (62.89% from 255) = 26.23%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=40.49%
G=26.23%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716020300.350.180.03330.3484.4779.8
HexF7A0CB02312314a5450
Octal367240313043223512124120
Binary1111011110100000110010110100011100101110100101010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7a0cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7a0cb; }

 p { color: rgb(247,160,203); }

 H1.HeaderClassName
 {
   color: #f7a0cb;
 }
 .AnyTagClassName
 {
   color: #f7a0cb;
 }
</style>
background-color css

<style>
 a { background-color: #f7a0cb; }

 a { background-color: rgb(247,160,203); }

 div.DivClassName
 {
   background-color: #f7a0cb;
 }
 .BgClassName
 {
   background-color: #f7a0cb;
 }
</style>
border-color css

<style>
 span { border-color: #f7a0cb; }

 span { border-color: rgb(247,160,203); }

 td.TdClassName
 {
   border-color: #f7a0cb;
 }
 .TagClassName
 {
   border-color: #f7a0cb;
 }
</style>