#FBECF6

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

Shades of Lavender Blush #FBECF6

Tints of Lavender Blush #FBECF6

Color information

#FBECF6 (or 0xFBECF6) is unknown color: approx Lavender Blush. HEX triplet: FB, EC and F6. RGB value is (251,236,246). Sum of RGB (Red+Green+Blue) = 251+236+246=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 236 (92.58% from 255 or 32.20% from 733); Blue value is 246 (96.48% from 255 or 33.56% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECF6 is #041309. Grayscale: #F1F1F1. Windows color (decimal): -267018 or 16182523. OLE color: 16182523.

HSL color Cylindrical-coordinate representation of color #FBECF6: hue angle of 320º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBECF6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251236246-
CMYK00.060.020.02
HSL320º65.22%95.49%-
HSV(B)320º5.98%98.43%-
XYZ86.4187.1599.46-
YUV241.62130.47134.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 236 (92.58% from 255) = 32.20%
BLUE value IS 246 (96.48% from 255) = 33.56%
R=34.24%
G=32.20%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123624600.060.020.0232065.2295.49
HexFBECF60622140415f
Octal3733543660622500101137
Binary1111101111101100111101100110101010100000010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECF6; }

 p { color: rgb(251,236,246); }

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

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

 a { background-color: rgb(251,236,246); }

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

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

 span { border-color: rgb(251,236,246); }

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