Html Css Color HEX #FFB0FE Lavender Rose

📋 copy color: '#FFB0FE'

red 255 ◦ green 176 ◦ blue 254

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

Shades of Lavender Rose #FFB0FE

Tints of Lavender Rose #FFB0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 37.23%
G = 25.69%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFB0FE (or 0xFFB0FE) is known color: Lavender Rose. HEX triplet: FF, B0 and FE. RGB value is (255,176,254). Sum of RGB (Red+Green+Blue) = 255+176+254=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 176 (69.14% from 255 or 25.69% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0FE is #004F01. Grayscale: #D0D0D0. Windows color (decimal): -20226 or 16691455. OLE color: 16691455.

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

Color convert

RGB 255 176 254 -
CMYK 0 0.31 0.00 0
HSL 300.76º 1% 0.85% -
HSV(B) 300.76º 0.31% 1% -
XYZ 74.65 59.47 101.31 -
YUV 208.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 255 176 254 0 0.31 0.00 0 300.76 1 0.85
Hex FF B0 FE 0 1F 0 0 12D 64 55
Octal 377 260 376 0 37 0 0 455 144 125
Binary 11111111 10110000 11111110 0 11111 0 0 100101101 1100100 1010101

Color Harmonies of #FFB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0FE

Black with #FFB0FE

Text Example


Text Example

White with #FFB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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