#FDD0CF

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

Shades of Cosmos #FDD0CF

Tints of Cosmos #FDD0CF

Color information

#FDD0CF (or 0xFDD0CF) is unknown color: approx Cosmos. HEX triplet: FD, D0 and CF. RGB value is (253,208,207). Sum of RGB (Red+Green+Blue) = 253+208+207=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0CF is #022F30. Grayscale: #DDDDDD. Windows color (decimal): -143153 or 13619453. OLE color: 13619453.

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

Color convert

RGB253208207-
CMYK00.180.180.01
HSL1.3º92%90.2%-
HSV(B)1.3º18.18%99.22%-
XYZ74.3370.568.72-
YUV221.34119.91150.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 208 (81.64% from 255) = 31.14%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=37.87%
G=31.14%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320820700.180.180.011.39290.2
HexFDD0CF01212115c5a
Octal3753203170222211134132
Binary111111011101000011001111010010100101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0CF; }

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

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

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

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

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

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

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

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