#F5C0C9

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

Shades of Pink #F5C0C9

Tints of Pink #F5C0C9

Color information

#F5C0C9 (or 0xF5C0C9) is unknown color: approx Pink. HEX triplet: F5, C0 and C9. RGB value is (245,192,201). Sum of RGB (Red+Green+Blue) = 245+192+201=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0C9 is #0A3F36. Grayscale: #D0D0D0. Windows color (decimal): -671543 or 13222133. OLE color: 13222133.

HSL color Cylindrical-coordinate representation of color #F5C0C9: hue angle of 349.81º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C0C9 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245192201-
CMYK00.220.180.04
HSL349.81º72.6%85.69%-
HSV(B)349.81º21.63%96.08%-
XYZ67.0561.3363.56-
YUV208.87123.56153.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 192 (75.39% from 255) = 30.09%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=38.40%
G=30.09%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519220100.220.180.04349.8172.685.69
HexF5C0C901612415e4956
Octal365300311026224536111126
Binary1111010111000000110010010101101001010010101111010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0C9; }

 p { color: rgb(245,192,201); }

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

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

 a { background-color: rgb(245,192,201); }

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

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

 span { border-color: rgb(245,192,201); }

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