Html Css Color HEX #FFBBFC Lavender Rose

📋 copy color: '#FFBBFC'

red 255 ◦ green 187 ◦ blue 252

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

Shades of Lavender Rose #FFBBFC

Tints of Lavender Rose #FFBBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.31%

R = 36.74%
G = 26.95%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFBBFC (or 0xFFBBFC) is known color: Lavender Rose. HEX triplet: FF, BB and FC. RGB value is (255,187,252). Sum of RGB (Red+Green+Blue) = 255+187+252=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 187 (73.44% from 255 or 26.95% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBFC is #004403. Grayscale: #D6D6D6. Windows color (decimal): -17412 or 16563199. OLE color: 16563199.

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

Color convert

RGB 255 187 252 -
CMYK 0 0.27 0.01 0
HSL 302.65º 1% 0.87% -
HSV(B) 302.65º 0.27% 1% -
XYZ 76.58 63.83 100.38 -
YUV 214.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 255 187 252 0 0.27 0.01 0 302.65 1 0.87
Hex FF BB FC 0 1B 1 0 12F 64 57
Octal 377 273 374 0 33 1 0 457 144 127
Binary 11111111 10111011 11111100 0 11011 1 0 100101111 1100100 1010111

Color Harmonies of #FFBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBFC

Black with #FFBBFC

Text Example


Text Example

White with #FFBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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