#FFD2C9

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

Shades of Cosmos #FFD2C9

Tints of Cosmos #FFD2C9

Color information

#FFD2C9 (or 0xFFD2C9) is unknown color: approx Cosmos. HEX triplet: FF, D2 and C9. RGB value is (255,210,201). Sum of RGB (Red+Green+Blue) = 255+210+201=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2C9 is #002D36. Grayscale: #DEDEDE. Windows color (decimal): -11575 or 13226751. OLE color: 13226751.

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

Color convert

RGB255210201-
CMYK00.180.210
HSL10º100%89.41%-
HSV(B)10º21.18%100%-
XYZ74.8371.5765.13-
YUV222.43115.91151.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 201 (78.91% from 255) = 30.18%
R=38.29%
G=31.53%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521020100.180.2101010089.41
HexFFD2C9012150a6459
Octal37732231102225012144131
Binary111111111101001011001001010010101010101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2C9; }

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

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

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

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

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

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

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

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