#FECBE1

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

Shades of Classic Rose #FECBE1

Tints of Classic Rose #FECBE1

Color information

#FECBE1 (or 0xFECBE1) is unknown color: approx Classic Rose. HEX triplet: FE, CB and E1. RGB value is (254,203,225). Sum of RGB (Red+Green+Blue) = 254+203+225=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBE1 is #01341E. Grayscale: #DCDCDC. Windows color (decimal): -78879 or 14797822. OLE color: 14797822.

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

Color convert

RGB254203225-
CMYK00.200.110.00
HSL334.12º96.23%89.61%-
HSV(B)334.12º20.08%99.61%-
XYZ75.8269.2280.6-
YUV220.76130.4151.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 203 (79.69% from 255) = 29.77%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=37.24%
G=29.77%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420322500.200.110.00334.1296.2389.61
HexFECBE1014B014e605a
Octal376313341024130516140132
Binary1111111011001011111000010101001011010100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBE1; }

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

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

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

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

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

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

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

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