Html Css Color HEX #FFBBF3 Lavender Rose

📋 copy color: '#FFBBF3'

red 255 ◦ green 187 ◦ blue 243

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

Shades of Lavender Rose #FFBBF3

Tints of Lavender Rose #FFBBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 37.23%
G = 27.3%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFBBF3 (or 0xFFBBF3) is known color: Lavender Rose. HEX triplet: FF, BB and F3. RGB value is (255,187,243). Sum of RGB (Red+Green+Blue) = 255+187+243=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF3 is #00440C. Grayscale: #D5D5D5. Windows color (decimal): -17421 or 15973375. OLE color: 15973375.

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

Color convert

RGB 255 187 243 -
CMYK 0 0.27 0.05 0
HSL 310.59º 1% 0.87% -
HSV(B) 310.59º 0.27% 1% -
XYZ 75.19 63.27 93.04 -
YUV 213.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 255 187 243 0 0.27 0.05 0 310.59 1 0.87
Hex FF BB F3 0 1B 5 0 137 64 57
Octal 377 273 363 0 33 5 0 467 144 127
Binary 11111111 10111011 11110011 0 11011 101 0 100110111 1100100 1010111

Color Harmonies of #FFBBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBF3

Black with #FFBBF3

Text Example


Text Example

White with #FFBBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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