#FECBEA

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

Shades of Classic Rose #FECBEA

Tints of Classic Rose #FECBEA

Color information

#FECBEA (or 0xFECBEA) is unknown color: approx Classic Rose. HEX triplet: FE, CB and EA. RGB value is (254,203,234). Sum of RGB (Red+Green+Blue) = 254+203+234=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEA is #013415. Grayscale: #DDDDDD. Windows color (decimal): -78870 or 15387646. OLE color: 15387646.

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

Color convert

RGB254203234-
CMYK00.200.080.00
HSL323.53º96.23%89.61%-
HSV(B)323.53º20.08%99.61%-
XYZ77.0869.7287.24-
YUV221.78134.9150.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 203 (79.69% from 255) = 29.38%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=36.76%
G=29.38%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420323400.200.080.00323.5396.2389.61
HexFECBEA01480144605a
Octal376313352024100504140132
Binary1111111011001011111010100101001000010100010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBEA; }

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

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

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

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

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

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

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

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