#FFC5CB

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

Shades of Pink #FFC5CB

Tints of Pink #FFC5CB

Color information

#FFC5CB (or 0xFFC5CB) is unknown color: approx Pink. HEX triplet: FF, C5 and CB. RGB value is (255,197,203). Sum of RGB (Red+Green+Blue) = 255+197+203=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5CB is #003A34. Grayscale: #D7D7D7. Windows color (decimal): -14901 or 13354495. OLE color: 13354495.

HSL color Cylindrical-coordinate representation of color #FFC5CB: hue angle of 353.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5CB is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255197203-
CMYK00.230.200
HSL353.79º100%88.63%-
HSV(B)353.79º22.75%100%-
XYZ71.9965.565.35-
YUV215.03121.22156.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=38.93%
G=30.08%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519720300.230.200353.7910088.63
HexFFC5CB0171401626459
Octal377305313027240542144131
Binary11111111110001011100101101011110100010110001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5CB; }

 p { color: rgb(255,197,203); }

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

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

 a { background-color: rgb(255,197,203); }

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

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

 span { border-color: rgb(255,197,203); }

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