#FDCFC9

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

Shades of Cosmos #FDCFC9

Tints of Cosmos #FDCFC9

Color information

#FDCFC9 (or 0xFDCFC9) is unknown color: approx Cosmos. HEX triplet: FD, CF and C9. RGB value is (253,207,201). Sum of RGB (Red+Green+Blue) = 253+207+201=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC9 is #023036. Grayscale: #DCDCDC. Windows color (decimal): -143415 or 13225981. OLE color: 13225981.

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

Color convert

RGB253207201-
CMYK00.180.210.01
HSL6.92º92.86%89.02%-
HSV(B)6.92º20.55%99.22%-
XYZ73.3669.7364.85-
YUV220.07117.24151.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.28%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 201 (78.91% from 255) = 30.41%
R=38.28%
G=31.32%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320720100.180.210.016.9292.8689.02
HexFDCFC901215175d59
Octal3753173110222517135131
Binary11111101110011111100100101001010101111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFC9; }

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

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

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

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

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

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

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

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