#FDD2CD

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

Shades of Cosmos #FDD2CD

Tints of Cosmos #FDD2CD

Color information

#FDD2CD (or 0xFDD2CD) is unknown color: approx Cosmos. HEX triplet: FD, D2 and CD. RGB value is (253,210,205). Sum of RGB (Red+Green+Blue) = 253+210+205=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2CD is #022D32. Grayscale: #DEDEDE. Windows color (decimal): -142643 or 13488893. OLE color: 13488893.

HSL color Cylindrical-coordinate representation of color #FDD2CD: hue angle of 6.25º 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 #FDD2CD is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253210205-
CMYK00.170.190.01
HSL6.25º92.31%89.8%-
HSV(B)6.25º18.97%99.22%-
XYZ74.5771.3867.61-
YUV222.29118.25149.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=37.87%
G=31.44%
B=30.69%

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
Decimal25321020500.170.190.016.2592.3189.8
HexFDD2CD01113165c5a
Octal3753223150212316134132
Binary11111101110100101100110101000110011111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2CD; }

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

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

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

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

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

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

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

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