#FECECA

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

Shades of Cosmos #FECECA

Tints of Cosmos #FECECA

Color information

#FECECA (or 0xFECECA) is unknown color: approx Cosmos. HEX triplet: FE, CE and CA. RGB value is (254,206,202). Sum of RGB (Red+Green+Blue) = 254+206+202=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECECA is #013135. Grayscale: #DBDBDB. Windows color (decimal): -78134 or 13291262. OLE color: 13291262.

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

Color convert

RGB254206202-
CMYK00.190.200.00
HSL4.62º96.3%89.41%-
HSV(B)4.62º20.47%99.61%-
XYZ73.6169.4865.41-
YUV219.9117.9152.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=38.37%
G=31.12%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420620200.190.200.004.6296.389.41
HexFECECA01314056059
Octal3763163120232405140131
Binary11111110110011101100101001001110100010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECECA; }

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

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

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

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

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

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

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

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