#FBBEF2

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

Shades of Lavender Rose #FBBEF2

Tints of Lavender Rose #FBBEF2

Color information

#FBBEF2 (or 0xFBBEF2) is unknown color: approx Lavender Rose. HEX triplet: FB, BE and F2. RGB value is (251,190,242). Sum of RGB (Red+Green+Blue) = 251+190+242=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEF2 is #04410D. Grayscale: #D6D6D6. Windows color (decimal): -278798 or 15908603. OLE color: 15908603.

HSL color Cylindrical-coordinate representation of color #FBBEF2: hue angle of 308.85º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEF2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251190242-
CMYK00.240.040.02
HSL308.85º88.41%86.47%-
HSV(B)308.85º24.3%98.43%-
XYZ74.2263.7592.4-
YUV214.17143.71154.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 190 (74.61% from 255) = 27.82%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=36.75%
G=27.82%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119024200.240.040.02308.8588.4186.47
HexFBBEF2018421355856
Octal37327636203042465130126
Binary1111101110111110111100100110001001010011010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEF2; }

 p { color: rgb(251,190,242); }

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

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

 a { background-color: rgb(251,190,242); }

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

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

 span { border-color: rgb(251,190,242); }

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