#FDD1CD

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

Shades of Cosmos #FDD1CD

Tints of Cosmos #FDD1CD

Color information

#FDD1CD (or 0xFDD1CD) is unknown color: approx Cosmos. HEX triplet: FD, D1 and CD. RGB value is (253,209,205). Sum of RGB (Red+Green+Blue) = 253+209+205=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1CD is #022E32. Grayscale: #DDDDDD. Windows color (decimal): -142899 or 13488637. OLE color: 13488637.

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

Color convert

RGB253209205-
CMYK00.170.190.01
HSL92.31%89.8%-
HSV(B)18.97%99.22%-
XYZ74.3370.8967.52-
YUV221.7118.58150.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=37.93%
G=31.33%
B=30.73%

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
Decimal25320920500.170.190.01592.3189.8
HexFDD1CD01113155c5a
Octal3753213150212315134132
Binary11111101110100011100110101000110011110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD1CD; }

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

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

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

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

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

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

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

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