#FFBEF4

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

Shades of Lavender Rose #FFBEF4

Tints of Lavender Rose #FFBEF4

Color information

#FFBEF4 (or 0xFFBEF4) is unknown color: approx Lavender Rose. HEX triplet: FF, BE and F4. RGB value is (255,190,244). Sum of RGB (Red+Green+Blue) = 255+190+244=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF4 is #00410B. Grayscale: #D7D7D7. Windows color (decimal): -16652 or 16039679. OLE color: 16039679.

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

Color convert

RGB255190244-
CMYK00.250.040
HSL310.15º100%87.25%-
HSV(B)310.15º25.49%100%-
XYZ75.9864.6294.06-
YUV215.59144.03156.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 190 (74.61% from 255) = 27.58%
BLUE value IS 244 (95.70% from 255) = 35.41%
R=37.01%
G=27.58%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519024400.250.040310.1510087.25
HexFFBEF4019401366457
Octal37727636403140466144127
Binary111111111011111011110100011001100010011011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEF4; }

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

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

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

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

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

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

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

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