#FDD5CF

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

Shades of Cosmos #FDD5CF

Tints of Cosmos #FDD5CF

Color information

#FDD5CF (or 0xFDD5CF) is unknown color: approx Cosmos. HEX triplet: FD, D5 and CF. RGB value is (253,213,207). Sum of RGB (Red+Green+Blue) = 253+213+207=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5CF is #022A30. Grayscale: #E0E0E0. Windows color (decimal): -141873 or 13620733. OLE color: 13620733.

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

Color convert

RGB253213207-
CMYK00.160.180.01
HSL7.83º92%90.2%-
HSV(B)7.83º18.18%99.22%-
XYZ75.5672.9869.13-
YUV224.28118.25148.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=37.59%
G=31.65%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321320700.160.180.017.839290.2
HexFDD5CF01012185c5a
Octal37532531702022110134132
Binary111111011101010111001111010000100101100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5CF; }

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

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

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

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

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

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

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

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