#FFBEF5

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

Shades of Lavender Rose #FFBEF5

Tints of Lavender Rose #FFBEF5

Color information

#FFBEF5 (or 0xFFBEF5) is unknown color: approx Lavender Rose. HEX triplet: FF, BE and F5. RGB value is (255,190,245). Sum of RGB (Red+Green+Blue) = 255+190+245=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF5 is #00410A. Grayscale: #D7D7D7. Windows color (decimal): -16651 or 16105215. OLE color: 16105215.

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

Color convert

RGB255190245-
CMYK00.250.040
HSL309.23º100%87.25%-
HSV(B)309.23º25.49%100%-
XYZ76.1364.6894.86-
YUV215.7144.53156.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 190 (74.61% from 255) = 27.54%
BLUE value IS 245 (96.09% from 255) = 35.51%
R=36.96%
G=27.54%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519024500.250.040309.2310087.25
HexFFBEF5019401356457
Octal37727636503140465144127
Binary111111111011111011110101011001100010011010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEF5; }

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

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

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

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

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

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

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

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