#F5A0CB

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

Shades of Carnation Pink #F5A0CB

Tints of Carnation Pink #F5A0CB

Color information

#F5A0CB (or 0xF5A0CB) is unknown color: approx Carnation Pink. HEX triplet: F5, A0 and CB. RGB value is (245,160,203). Sum of RGB (Red+Green+Blue) = 245+160+203=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0CB is #0A5F34. Grayscale: #BEBEBE. Windows color (decimal): -679733 or 13345013. OLE color: 13345013.

HSL color Cylindrical-coordinate representation of color #F5A0CB: hue angle of 329.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0CB is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245160203-
CMYK00.350.170.04
HSL329.65º80.95%79.41%-
HSV(B)329.65º34.69%96.08%-
XYZ61.0148.8762.72-
YUV190.32135.16167-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=40.30%
G=26.32%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516020300.350.170.04329.6580.9579.41
HexF5A0CB02311414a514f
Octal365240313043214512121117
Binary11110101101000001100101101000111000110010100101010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0CB; }

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

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

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

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

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

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

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

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