#FDD1CF

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

Shades of Cosmos #FDD1CF

Tints of Cosmos #FDD1CF

Color information

#FDD1CF (or 0xFDD1CF) is unknown color: approx Cosmos. HEX triplet: FD, D1 and CF. RGB value is (253,209,207). Sum of RGB (Red+Green+Blue) = 253+209+207=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1CF is #022E30. Grayscale: #DDDDDD. Windows color (decimal): -142897 or 13619709. OLE color: 13619709.

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

Color convert

RGB253209207-
CMYK00.170.180.01
HSL2.61º92%90.2%-
HSV(B)2.61º18.18%99.22%-
XYZ74.5770.9968.8-
YUV221.93119.58150.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 209 (82.03% from 255) = 31.24%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=37.82%
G=31.24%
B=30.94%

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
Decimal25320920700.170.180.012.619290.2
HexFDD1CF01112135c5a
Octal3753213170212213134132
Binary1111110111010001110011110100011001011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD1CF; }

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

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

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

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

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

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

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

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