#FED3CA

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

Shades of Cosmos #FED3CA

Tints of Cosmos #FED3CA

Color information

#FED3CA (or 0xFED3CA) is unknown color: approx Cosmos. HEX triplet: FE, D3 and CA. RGB value is (254,211,202). Sum of RGB (Red+Green+Blue) = 254+211+202=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3CA is #012C35. Grayscale: #DEDEDE. Windows color (decimal): -76854 or 13292542. OLE color: 13292542.

HSL color Cylindrical-coordinate representation of color #FED3CA: hue angle of 10.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED3CA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254211202-
CMYK00.170.200.00
HSL10.38º96.3%89.41%-
HSV(B)10.38º20.47%99.61%-
XYZ74.8371.9265.82-
YUV222.83116.25150.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=38.08%
G=31.63%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421120200.170.200.0010.3896.389.41
HexFED3CA011140a6059
Octal37632331202124012140131
Binary111111101101001111001010010001101000101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3CA; }

 p { color: rgb(254,211,202); }

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

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

 a { background-color: rgb(254,211,202); }

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

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

 span { border-color: rgb(254,211,202); }

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