#FDD2CE

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

Shades of Cosmos #FDD2CE

Tints of Cosmos #FDD2CE

Color information

#FDD2CE (or 0xFDD2CE) is unknown color: approx Cosmos. HEX triplet: FD, D2 and CE. RGB value is (253,210,206). Sum of RGB (Red+Green+Blue) = 253+210+206=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2CE is #022D31. Grayscale: #DEDEDE. Windows color (decimal): -142642 or 13554429. OLE color: 13554429.

HSL color Cylindrical-coordinate representation of color #FDD2CE: hue angle of 5.11º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDD2CE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253210206-
CMYK00.170.190.01
HSL5.11º92.16%90%-
HSV(B)5.11º18.58%99.22%-
XYZ74.771.4368.24-
YUV222.4118.75149.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=37.82%
G=31.39%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321020600.170.190.015.1192.1690
HexFDD2CE01113155c5a
Octal3753223160212315134132
Binary11111101110100101100111001000110011110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2CE; }

 p { color: rgb(253,210,206); }

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

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

 a { background-color: rgb(253,210,206); }

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

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

 span { border-color: rgb(253,210,206); }

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