#FBE4EF

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

Shades of Lavender Blush #FBE4EF

Tints of Lavender Blush #FBE4EF

Color information

#FBE4EF (or 0xFBE4EF) is unknown color: approx Lavender Blush. HEX triplet: FB, E4 and EF. RGB value is (251,228,239). Sum of RGB (Red+Green+Blue) = 251+228+239=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4EF is #041B10. Grayscale: #ECECEC. Windows color (decimal): -269073 or 15721723. OLE color: 15721723.

HSL color Cylindrical-coordinate representation of color #FBE4EF: hue angle of 331.3º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE4EF is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251228239-
CMYK00.090.050.02
HSL331.3º74.19%93.92%-
HSV(B)331.3º9.16%98.43%-
XYZ83.1182.2393.15-
YUV236.13129.62138.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 228 (89.45% from 255) = 31.75%
BLUE value IS 239 (93.75% from 255) = 33.29%
R=34.96%
G=31.75%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122823900.090.050.02331.374.1993.92
HexFBE4EF095214b4a5e
Octal37334435701152513112136
Binary111110111110010011101111010011011010100101110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4EF; }

 p { color: rgb(251,228,239); }

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

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

 a { background-color: rgb(251,228,239); }

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

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

 span { border-color: rgb(251,228,239); }

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