#FDCFCD

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

Shades of Cosmos #FDCFCD

Tints of Cosmos #FDCFCD

Color information

#FDCFCD (or 0xFDCFCD) is unknown color: approx Cosmos. HEX triplet: FD, CF and CD. RGB value is (253,207,205). Sum of RGB (Red+Green+Blue) = 253+207+205=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCD is #023032. Grayscale: #DCDCDC. Windows color (decimal): -143411 or 13488125. OLE color: 13488125.

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

Color convert

RGB253207205-
CMYK00.180.190.01
HSL2.5º92.31%89.8%-
HSV(B)2.5º18.97%99.22%-
XYZ73.8469.9267.36-
YUV220.53119.24151.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=38.05%
G=31.13%
B=30.83%

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
Decimal25320720500.180.190.012.592.3189.8
HexFDCFCD01213135c5a
Octal3753173150222313134132
Binary1111110111001111110011010100101001111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFCD; }

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

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

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

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

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

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

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

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