#FDD0CD

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

Shades of Cosmos #FDD0CD

Tints of Cosmos #FDD0CD

Color information

#FDD0CD (or 0xFDD0CD) is unknown color: approx Cosmos. HEX triplet: FD, D0 and CD. RGB value is (253,208,205). Sum of RGB (Red+Green+Blue) = 253+208+205=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0CD is #022F32. Grayscale: #DDDDDD. Windows color (decimal): -143155 or 13488381. OLE color: 13488381.

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

Color convert

RGB253208205-
CMYK00.180.190.01
HSL3.75º92.31%89.8%-
HSV(B)3.75º18.97%99.22%-
XYZ74.0870.467.44-
YUV221.11118.91150.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 208 (81.64% from 255) = 31.23%
BLUE value IS 205 (80.47% from 255) = 30.78%
R=37.99%
G=31.23%
B=30.78%

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
Decimal25320820500.180.190.013.7592.3189.8
HexFDD0CD01213145c5a
Octal3753203150222314134132
Binary11111101110100001100110101001010011110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0CD; }

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

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

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

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

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

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

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

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