#FECBEB

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

Shades of Classic Rose #FECBEB

Tints of Classic Rose #FECBEB

Color information

#FECBEB (or 0xFECBEB) is unknown color: approx Classic Rose. HEX triplet: FE, CB and EB. RGB value is (254,203,235). Sum of RGB (Red+Green+Blue) = 254+203+235=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEB is #013414. Grayscale: #DDDDDD. Windows color (decimal): -78869 or 15453182. OLE color: 15453182.

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

Color convert

RGB254203235-
CMYK00.200.070.00
HSL322.35º96.23%89.61%-
HSV(B)322.35º20.08%99.61%-
XYZ77.2269.7888-
YUV221.9135.4150.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 203 (79.69% from 255) = 29.34%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=36.71%
G=29.34%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420323500.200.070.00322.3596.2389.61
HexFECBEB01470142605a
Octal37631335302470502140132
Binary111111101100101111101011010100111010100001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBEB; }

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

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

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

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

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

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

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

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