#FBE6EF

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

Shades of Lavender Blush #FBE6EF

Tints of Lavender Blush #FBE6EF

Color information

#FBE6EF (or 0xFBE6EF) is unknown color: approx Lavender Blush. HEX triplet: FB, E6 and EF. RGB value is (251,230,239). Sum of RGB (Red+Green+Blue) = 251+230+239=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 239 (93.75% from 255 or 33.19% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6EF is #041910. Grayscale: #EDEDED. Windows color (decimal): -268561 or 15722235. OLE color: 15722235.

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

Color convert

RGB251230239-
CMYK00.080.050.02
HSL334.29º72.41%94.31%-
HSV(B)334.29º8.37%98.43%-
XYZ83.6683.3393.34-
YUV237.3128.96137.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 230 (90.23% from 255) = 31.94%
BLUE value IS 239 (93.75% from 255) = 33.19%
R=34.86%
G=31.94%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123023900.080.050.02334.2972.4194.31
HexFBE6EF085214e485e
Octal37334635701052516110136
Binary111110111110011011101111010001011010100111010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6EF; }

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

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

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

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

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

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

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

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