#FDCFCE

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

Shades of Cosmos #FDCFCE

Tints of Cosmos #FDCFCE

Color information

#FDCFCE (or 0xFDCFCE) is unknown color: approx Cosmos. HEX triplet: FD, CF and CE. RGB value is (253,207,206). Sum of RGB (Red+Green+Blue) = 253+207+206=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCE is #023031. Grayscale: #DCDCDC. Windows color (decimal): -143410 or 13553661. OLE color: 13553661.

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

Color convert

RGB253207206-
CMYK00.180.190.01
HSL1.28º92.16%90%-
HSV(B)1.28º18.58%99.22%-
XYZ73.9669.9668-
YUV220.64119.74151.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=37.99%
G=31.08%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320720600.180.190.011.2892.1690
HexFDCFCE01213115c5a
Octal3753173160222311134132
Binary111111011100111111001110010010100111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFCE; }

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

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

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

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

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

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

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

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