Html Css Color HEX #FFB0FB Lavender Rose

📋 copy color: '#FFB0FB'

red 255 ◦ green 176 ◦ blue 251

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

Shades of Lavender Rose #FFB0FB

Tints of Lavender Rose #FFB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 25.81%

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

R = 37.39%
G = 25.81%
B = 36.8%

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

#FFB0FB (or 0xFFB0FB) is known color: Lavender Rose. HEX triplet: FF, B0 and FB. RGB value is (255,176,251). Sum of RGB (Red+Green+Blue) = 255+176+251=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 176 (69.14% from 255 or 25.81% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0FB is #004F04. Grayscale: #CFCFCF. Windows color (decimal): -20229 or 16494847. OLE color: 16494847.

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

Color convert

RGB 255 176 251 -
CMYK 0 0.31 0.02 0
HSL 303.04º 1% 0.85% -
HSV(B) 303.04º 0.31% 1% -
XYZ 74.18 59.28 98.8 -
YUV 208.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 255 176 251 0 0.31 0.02 0 303.04 1 0.85
Hex FF B0 FB 0 1F 2 0 12F 64 55
Octal 377 260 373 0 37 2 0 457 144 125
Binary 11111111 10110000 11111011 0 11111 10 0 100101111 1100100 1010101

Color Harmonies of #FFB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0FB

Black with #FFB0FB

Text Example


Text Example

White with #FFB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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