#FDD0CE

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

Shades of Cosmos #FDD0CE

Tints of Cosmos #FDD0CE

Color information

#FDD0CE (or 0xFDD0CE) is unknown color: approx Cosmos. HEX triplet: FD, D0 and CE. RGB value is (253,208,206). Sum of RGB (Red+Green+Blue) = 253+208+206=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0CE is #022F31. Grayscale: #DDDDDD. Windows color (decimal): -143154 or 13553917. OLE color: 13553917.

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

Color convert

RGB253208206-
CMYK00.180.190.01
HSL2.55º92.16%90%-
HSV(B)2.55º18.58%99.22%-
XYZ74.270.4568.08-
YUV221.23119.41150.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=37.93%
G=31.18%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320820600.180.190.012.5592.1690
HexFDD0CE01213135c5a
Octal3753203160222313134132
Binary1111110111010000110011100100101001111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0CE; }

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

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

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

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

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

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

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

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