#FFBEF1

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

Shades of Lavender Rose #FFBEF1

Tints of Lavender Rose #FFBEF1

Color information

#FFBEF1 (or 0xFFBEF1) is unknown color: approx Lavender Rose. HEX triplet: FF, BE and F1. RGB value is (255,190,241). Sum of RGB (Red+Green+Blue) = 255+190+241=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF1 is #00410E. Grayscale: #D7D7D7. Windows color (decimal): -16655 or 15843071. OLE color: 15843071.

HSL color Cylindrical-coordinate representation of color #FFBEF1: hue angle of 312.92º 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 #FFBEF1 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255190241-
CMYK00.250.050
HSL312.92º100%87.25%-
HSV(B)312.92º25.49%100%-
XYZ75.5364.4491.68-
YUV215.25142.53156.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 190 (74.61% from 255) = 27.70%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=37.17%
G=27.70%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519024100.250.050312.9210087.25
HexFFBEF1019501396457
Octal37727636103150471144127
Binary111111111011111011110001011001101010011100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEF1; }

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

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

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

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

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

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

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

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