#FECBE0

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

Shades of Classic Rose #FECBE0

Tints of Classic Rose #FECBE0

Color information

#FECBE0 (or 0xFECBE0) is unknown color: approx Classic Rose. HEX triplet: FE, CB and E0. RGB value is (254,203,224). Sum of RGB (Red+Green+Blue) = 254+203+224=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBE0 is #01341F. Grayscale: #DCDCDC. Windows color (decimal): -78880 or 14732286. OLE color: 14732286.

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

Color convert

RGB254203224-
CMYK00.200.120.00
HSL335.29º96.23%89.61%-
HSV(B)335.29º20.08%99.61%-
XYZ75.6869.1679.88-
YUV220.64129.9151.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 203 (79.69% from 255) = 29.81%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=37.30%
G=29.81%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420322400.200.120.00335.2996.2389.61
HexFECBE0014C014f605a
Octal376313340024140517140132
Binary1111111011001011111000000101001100010100111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBE0; }

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

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

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

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

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

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

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

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