#FEBBF1

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

Shades of Lavender Rose #FEBBF1

Tints of Lavender Rose #FEBBF1

Color information

#FEBBF1 (or 0xFEBBF1) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and F1. RGB value is (254,187,241). Sum of RGB (Red+Green+Blue) = 254+187+241=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF1 is #01440E. Grayscale: #D5D5D5. Windows color (decimal): -82959 or 15842302. OLE color: 15842302.

HSL color Cylindrical-coordinate representation of color #FEBBF1: hue angle of 311.64º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBF1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254187241-
CMYK00.260.050.00
HSL311.64º97.1%86.47%-
HSV(B)311.64º26.38%99.61%-
XYZ74.5262.9691.44-
YUV213.19143.7157.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 187 (73.44% from 255) = 27.42%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=37.24%
G=27.42%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418724100.260.050.00311.6497.186.47
HexFEBBF101A501386156
Octal37627336103250470141126
Binary111111101011101111110001011010101010011100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBF1; }

 p { color: rgb(254,187,241); }

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

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

 a { background-color: rgb(254,187,241); }

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

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

 span { border-color: rgb(254,187,241); }

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