Html Css Color HEX #FFB0FF Lavender Rose

📋 copy color: '#FFB0FF'

red 255 ◦ green 176 ◦ blue 255

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

Shades of Lavender Rose #FFB0FF

Tints of Lavender Rose #FFB0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.17%

R = 37.17%
G = 25.66%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFB0FF (or 0xFFB0FF) is known color: Lavender Rose. HEX triplet: FF, B0 and FF. RGB value is (255,176,255). Sum of RGB (Red+Green+Blue) = 255+176+255=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 176 (69.14% from 255 or 25.66% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0FF is #004F00. Grayscale: #D0D0D0. Windows color (decimal): -20225 or 16756991. OLE color: 16756991.

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

Color convert

RGB 255 176 255 -
CMYK 0 0.31 0 0
HSL 300º 1% 0.85% -
HSV(B) 300º 0.31% 1% -
XYZ 74.82 59.53 102.16 -
YUV 208.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 255 176 255 0 0.31 0 0 300 1 0.85
Hex FF B0 FF 0 1F 0 0 12C 64 55
Octal 377 260 377 0 37 0 0 454 144 125
Binary 11111111 10110000 11111111 0 11111 0 0 100101100 1100100 1010101

Color Harmonies of #FFB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0FF

Black with #FFB0FF

Text Example


Text Example

White with #FFB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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