#FFD1CC

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

Shades of Cosmos #FFD1CC

Tints of Cosmos #FFD1CC

Color information

#FFD1CC (or 0xFFD1CC) is unknown color: approx Cosmos. HEX triplet: FF, D1 and CC. RGB value is (255,209,204). Sum of RGB (Red+Green+Blue) = 255+209+204=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CC is #002E33. Grayscale: #DEDEDE. Windows color (decimal): -11828 or 13423103. OLE color: 13423103.

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

Color convert

RGB255209204-
CMYK00.180.20
HSL5.88º100%90%-
HSV(B)5.88º20%100%-
XYZ74.9471.2266.92-
YUV222.18117.74151.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 204 (80.08% from 255) = 30.54%
R=38.17%
G=31.29%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520920400.180.205.8810090
HexFFD1CC0121406645a
Octal3773213140222406144132
Binary11111111110100011100110001001010100011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD1CC; }

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

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

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

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

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

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

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

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