#FECBCA

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

Shades of Cosmos #FECBCA

Tints of Cosmos #FECBCA

Color information

#FECBCA (or 0xFECBCA) is unknown color: approx Cosmos. HEX triplet: FE, CB and CA. RGB value is (254,203,202). Sum of RGB (Red+Green+Blue) = 254+203+202=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBCA is #013435. Grayscale: #DADADA. Windows color (decimal): -78902 or 13290494. OLE color: 13290494.

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

Color convert

RGB254203202-
CMYK00.200.200.00
HSL1.15º96.3%89.41%-
HSV(B)1.15º20.47%99.61%-
XYZ72.8968.0565.17-
YUV218.13118.9153.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=38.54%
G=30.80%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420320200.200.200.001.1596.389.41
HexFECBCA01414016059
Octal3763133120242401140131
Binary111111101100101111001010010100101000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBCA; }

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

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

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

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

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

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

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

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