#FECAC9

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

Shades of Cosmos #FECAC9

Tints of Cosmos #FECAC9

Color information

#FECAC9 (or 0xFECAC9) is unknown color: approx Cosmos. HEX triplet: FE, CA and C9. RGB value is (254,202,201). Sum of RGB (Red+Green+Blue) = 254+202+201=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC9 is #013536. Grayscale: #D9D9D9. Windows color (decimal): -79159 or 13224702. OLE color: 13224702.

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

Color convert

RGB254202201-
CMYK00.200.210.00
HSL1.13º96.36%89.22%-
HSV(B)1.13º20.87%99.61%-
XYZ72.5467.5364.47-
YUV217.43118.73154.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=38.66%
G=30.75%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420220100.200.210.001.1396.3689.22
HexFECAC901415016059
Octal3763123110242501140131
Binary111111101100101011001001010100101010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC9; }

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

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

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

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

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

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

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

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