#FFBFEE

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

Shades of Lavender Rose #FFBFEE

Tints of Lavender Rose #FFBFEE

Color information

#FFBFEE (or 0xFFBFEE) is unknown color: approx Lavender Rose. HEX triplet: FF, BF and EE. RGB value is (255,191,238). Sum of RGB (Red+Green+Blue) = 255+191+238=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFEE is #004011. Grayscale: #D7D7D7. Windows color (decimal): -16402 or 15646719. OLE color: 15646719.

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

Color convert

RGB255191238-
CMYK00.250.070
HSL315.94º100%87.45%-
HSV(B)315.94º25.1%100%-
XYZ75.364.6989.41-
YUV215.49140.7156.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 191 (75% from 255) = 27.92%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=37.28%
G=27.92%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519123800.250.070315.9410087.45
HexFFBFEE0197013c6457
Octal37727735603170474144127
Binary111111111011111111101110011001111010011110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFEE; }

 p { color: rgb(255,191,238); }

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

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

 a { background-color: rgb(255,191,238); }

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

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

 span { border-color: rgb(255,191,238); }

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