Html Css Color HEX #FEB0FF Lavender Rose

📋 copy color: '#FEB0FF'

red 254 ◦ green 176 ◦ blue 255

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

Shades of Lavender Rose #FEB0FF

Tints of Lavender Rose #FEB0FF

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 254 176 255 -
CMYK 0.00 0.31 0 0
HSL 299.24º 1% 0.85% -
HSV(B) 299.24º 0.31% 1% -
XYZ 74.45 59.34 102.14 -
YUV 208.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 254 176 255 0.00 0.31 0 0 299.24 1 0.85
Hex FE B0 FF 0 1F 0 0 12B 64 55
Octal 376 260 377 0 37 0 0 453 144 125
Binary 11111110 10110000 11111111 0 11111 0 0 100101011 1100100 1010101

Color Harmonies of #FEB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0FF

Black with #FEB0FF

Text Example


Text Example

White with #FEB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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