#FFBEFB

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

Shades of Lavender Rose #FFBEFB

Tints of Lavender Rose #FFBEFB

Color information

#FFBEFB (or 0xFFBEFB) is unknown color: approx Lavender Rose. HEX triplet: FF, BE and FB. RGB value is (255,190,251). Sum of RGB (Red+Green+Blue) = 255+190+251=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 190 (74.61% from 255 or 27.30% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEFB is #004104. Grayscale: #D8D8D8. Windows color (decimal): -16645 or 16498431. OLE color: 16498431.

HSL color Cylindrical-coordinate representation of color #FFBEFB: hue angle of 303.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBEFB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255190251-
CMYK00.250.020
HSL303.69º100%87.25%-
HSV(B)303.69º25.49%100%-
XYZ77.0765.0599.76-
YUV216.39147.53155.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 190 (74.61% from 255) = 27.30%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=36.64%
G=27.30%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519025100.250.020303.6910087.25
HexFFBEFB019201306457
Octal37727637303120460144127
Binary11111111101111101111101101100110010011000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEFB; }

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

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

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

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

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

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

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

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