#FFD2CB

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

Shades of Cosmos #FFD2CB

Tints of Cosmos #FFD2CB

Color information

#FFD2CB (or 0xFFD2CB) is unknown color: approx Cosmos. HEX triplet: FF, D2 and CB. RGB value is (255,210,203). Sum of RGB (Red+Green+Blue) = 255+210+203=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CB is #002D34. Grayscale: #DEDEDE. Windows color (decimal): -11573 or 13357823. OLE color: 13357823.

HSL color Cylindrical-coordinate representation of color #FFD2CB: hue angle of 8.08º 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 #FFD2CB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255210203-
CMYK00.180.200
HSL8.08º100%89.8%-
HSV(B)8.08º20.39%100%-
XYZ75.0771.6666.38-
YUV222.66116.91151.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=38.17%
G=31.44%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521020300.180.2008.0810089.8
HexFFD2CB0121408645a
Octal37732231302224010144132
Binary111111111101001011001011010010101000100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2CB; }

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

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

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

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

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

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

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

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