#FECFC9

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

Shades of Cosmos #FECFC9

Tints of Cosmos #FECFC9

Color information

#FECFC9 (or 0xFECFC9) is unknown color: approx Cosmos. HEX triplet: FE, CF and C9. RGB value is (254,207,201). Sum of RGB (Red+Green+Blue) = 254+207+201=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC9 is #013036. Grayscale: #DCDCDC. Windows color (decimal): -77879 or 13225982. OLE color: 13225982.

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

Color convert

RGB254207201-
CMYK00.190.210.00
HSL6.79º96.36%89.22%-
HSV(B)6.79º20.87%99.61%-
XYZ73.7369.9164.87-
YUV220.37117.07151.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=38.37%
G=31.27%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420720100.190.210.006.7996.3689.22
HexFECFC901315076059
Octal3763173110232507140131
Binary11111110110011111100100101001110101011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFC9; }

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

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

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

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

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

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

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

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