#FDD2CF

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

Shades of Cosmos #FDD2CF

Tints of Cosmos #FDD2CF

Color information

#FDD2CF (or 0xFDD2CF) is unknown color: approx Cosmos. HEX triplet: FD, D2 and CF. RGB value is (253,210,207). Sum of RGB (Red+Green+Blue) = 253+210+207=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2CF is #022D30. Grayscale: #DEDEDE. Windows color (decimal): -142641 or 13619965. OLE color: 13619965.

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

Color convert

RGB253210207-
CMYK00.170.180.01
HSL3.91º92%90.2%-
HSV(B)3.91º18.18%99.22%-
XYZ74.8271.4868.89-
YUV222.52119.25149.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=37.76%
G=31.34%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321020700.170.180.013.919290.2
HexFDD2CF01112145c5a
Octal3753223170212214134132
Binary11111101110100101100111101000110010110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2CF; }

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

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

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

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

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

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

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

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