Html Css Color HEX #FFB1FB Lavender Rose

📋 copy color: '#FFB1FB'

red 255 ◦ green 177 ◦ blue 251

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

Shades of Lavender Rose #FFB1FB

Tints of Lavender Rose #FFB1FB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 25.92%

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 37.34%
G = 25.92%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB1FB (or 0xFFB1FB) is known color: Lavender Rose. HEX triplet: FF, B1 and FB. RGB value is (255,177,251). Sum of RGB (Red+Green+Blue) = 255+177+251=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 177 (69.53% from 255 or 25.92% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1FB is #004E04. Grayscale: #D0D0D0. Windows color (decimal): -19973 or 16495103. OLE color: 16495103.

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

Color convert

RGB 255 177 251 -
CMYK 0 0.31 0.02 0
HSL 303.08º 1% 0.85% -
HSV(B) 303.08º 0.31% 1% -
XYZ 74.37 59.67 98.86 -
YUV 208.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 255 177 251 0 0.31 0.02 0 303.08 1 0.85
Hex FF B1 FB 0 1F 2 0 12F 64 55
Octal 377 261 373 0 37 2 0 457 144 125
Binary 11111111 10110001 11111011 0 11111 10 0 100101111 1100100 1010101

Color Harmonies of #FFB1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1FB

Black with #FFB1FB

Text Example


Text Example

White with #FFB1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1FB; }

 p { color: rgb(255,177,251); }

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

background-color css

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

 a { background-color: rgb(255,177,251); }

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

border-color css

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

 span { border-color: rgb(255,177,251); }

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