#FDCFCA

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

Shades of Cosmos #FDCFCA

Tints of Cosmos #FDCFCA

Color information

#FDCFCA (or 0xFDCFCA) is unknown color: approx Cosmos. HEX triplet: FD, CF and CA. RGB value is (253,207,202). Sum of RGB (Red+Green+Blue) = 253+207+202=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCA is #023035. Grayscale: #DCDCDC. Windows color (decimal): -143414 or 13291517. OLE color: 13291517.

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

Color convert

RGB253207202-
CMYK00.180.200.01
HSL5.88º92.73%89.22%-
HSV(B)5.88º20.16%99.22%-
XYZ73.4869.7765.47-
YUV220.18117.74151.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=38.22%
G=31.27%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320720200.180.200.015.8892.7389.22
HexFDCFCA01214165d59
Octal3753173120222416135131
Binary11111101110011111100101001001010100111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFCA; }

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

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

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

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

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

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

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

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