Html Css Color HEX #FFBBFE Lavender Rose

📋 copy color: '#FFBBFE'

red 255 ◦ green 187 ◦ blue 254

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

Shades of Lavender Rose #FFBBFE

Tints of Lavender Rose #FFBBFE

RGB

 RED value IS 255 (100% from 255) = 36.64%

 GREEN value IS 187 (73.44% from 255) = 26.87%

 BLUE value IS 254 (99.61% from 255) = 36.49%

R = 36.64%
G = 26.87%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFBBFE (or 0xFFBBFE) is known color: Lavender Rose. HEX triplet: FF, BB and FE. RGB value is (255,187,254). Sum of RGB (Red+Green+Blue) = 255+187+254=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 187 (73.44% from 255 or 26.87% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBFE is #004401. Grayscale: #D6D6D6. Windows color (decimal): -17410 or 16694271. OLE color: 16694271.

HSL color Cylindrical-coordinate representation of color #FFBBFE: hue angle of 300.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBFE is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 254 -
CMYK 0 0.27 0.00 0
HSL 300.88º 1% 0.87% -
HSV(B) 300.88º 0.27% 1% -
XYZ 76.9 63.96 102.06 -
YUV 214.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 255 187 254 0 0.27 0.00 0 300.88 1 0.87
Hex FF BB FE 0 1B 0 0 12D 64 57
Octal 377 273 376 0 33 0 0 455 144 127
Binary 11111111 10111011 11111110 0 11011 0 0 100101101 1100100 1010111

Color Harmonies of #FFBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBFE

Black with #FFBBFE

Text Example


Text Example

White with #FFBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBFE; }

 p { color: rgb(255,187,254); }

 H1.HeaderClassName
 {
   color: #FFBBFE;
 }
 .AnyTagClassName
 {
   color: #FFBBFE;
 }
</style>

background-color css

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

 a { background-color: rgb(255,187,254); }

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

border-color css

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

 span { border-color: rgb(255,187,254); }

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