Html Css Color HEX #FFBFEE Lavender Rose

📋 copy color: '#FFBFEE'

red 255 ◦ green 191 ◦ blue 238

#FFBFEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FFBFEE

Tints of Lavender Rose #FFBFEE

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.8%

R = 37.28%
G = 27.92%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFBFEE (or 0xFFBFEE) is known color: 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

RGB 255 191 238 -
CMYK 0 0.25 0.07 0
HSL 315.94º 1% 0.87% -
HSV(B) 315.94º 0.25% 1% -
XYZ 75.3 64.69 89.41 -
YUV 215.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 255 191 238 0 0.25 0.07 0 315.94 1 0.87
Hex FF BF EE 0 19 7 0 13C 64 57
Octal 377 277 356 0 31 7 0 474 144 127
Binary 11111111 10111111 11101110 0 11001 111 0 100111100 1100100 1010111

Color Harmonies of #FFBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFEE

Black with #FFBFEE

Text Example


Text Example

White with #FFBFEE

Text Example


Text Example

HTML Codes & Css Web 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>