#FFD2CF

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

Shades of Cosmos #FFD2CF

Tints of Cosmos #FFD2CF

Color information

#FFD2CF (or 0xFFD2CF) is unknown color: approx Cosmos. HEX triplet: FF, D2 and CF. RGB value is (255,210,207). Sum of RGB (Red+Green+Blue) = 255+210+207=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CF is #002D30. Grayscale: #DFDFDF. Windows color (decimal): -11569 or 13619967. OLE color: 13619967.

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

Color convert

RGB255210207-
CMYK00.180.190
HSL3.75º100%90.59%-
HSV(B)3.75º18.82%100%-
XYZ75.5571.8668.92-
YUV223.11118.91150.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 210 (82.42% from 255) = 31.25%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=37.95%
G=31.25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521020700.180.1903.7510090.59
HexFFD2CF0121304645b
Octal3773223170222304144133
Binary11111111110100101100111101001010011010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2CF; }

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

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

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

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

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

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

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

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