#FFC0CB

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

Shades of Pink #FFC0CB

Tints of Pink #FFC0CB

Color information

#FFC0CB (or 0xFFC0CB) is known color: Pink. HEX triplet: FF, C0 and CB. RGB value is (255,192,203). Sum of RGB (Red+Green+Blue) = 255+192+203=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CB is #003F34. Grayscale: #D4D4D4. Windows color (decimal): -16181 or 13353215. OLE color: 13353215.

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

Color convert

RGB255192203-
CMYK00.250.200
HSL349.52º100%87.65%-
HSV(B)349.52º24.71%100%-
XYZ70.8763.2764.98-
YUV212.09122.87158.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=39.23%
G=29.54%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519220300.250.200349.5210087.65
HexFFC0CB01914015e6458
Octal377300313031240536144130
Binary11111111110000001100101101100110100010101111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0CB; }

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

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

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

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

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

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

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

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