#FFD1CB

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

Shades of Cosmos #FFD1CB

Tints of Cosmos #FFD1CB

Color information

#FFD1CB (or 0xFFD1CB) is unknown color: approx Cosmos. HEX triplet: FF, D1 and CB. RGB value is (255,209,203). Sum of RGB (Red+Green+Blue) = 255+209+203=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CB is #002E34. Grayscale: #DEDEDE. Windows color (decimal): -11829 or 13357567. OLE color: 13357567.

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

Color convert

RGB255209203-
CMYK00.180.200
HSL6.92º100%89.8%-
HSV(B)6.92º20.39%100%-
XYZ74.8271.1766.29-
YUV222.07117.24151.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=38.23%
G=31.33%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520920300.180.2006.9210089.8
HexFFD1CB0121407645a
Octal3773213130222407144132
Binary11111111110100011100101101001010100011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD1CB; }

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

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

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

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

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

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

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

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