#FFD4CB

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

Shades of Cosmos #FFD4CB

Tints of Cosmos #FFD4CB

Color information

#FFD4CB (or 0xFFD4CB) is unknown color: approx Cosmos. HEX triplet: FF, D4 and CB. RGB value is (255,212,203). Sum of RGB (Red+Green+Blue) = 255+212+203=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4CB is #002B34. Grayscale: #DFDFDF. Windows color (decimal): -11061 or 13358335. OLE color: 13358335.

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

Color convert

RGB255212203-
CMYK00.170.200
HSL10.38º100%89.8%-
HSV(B)10.38º20.39%100%-
XYZ75.5672.6666.54-
YUV223.83116.25150.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=38.06%
G=31.64%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521220300.170.20010.3810089.8
HexFFD4CB011140a645a
Octal37732431302124012144132
Binary111111111101010011001011010001101000101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4CB; }

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

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

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

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

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

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

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

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