#FEB0FE

Color #FEB0FE Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FEB0FE

Tints of Lavender Rose #FEB0FE

Color information

#FEB0FE (or 0xFEB0FE) is unknown color: approx Lavender Rose. HEX triplet: FE, B0 and FE. RGB value is (254,176,254). Sum of RGB (Red+Green+Blue) = 254+176+254=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 176 (69.14% from 255 or 25.73% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0FE is #014F01. Grayscale: #CFCFCF. Windows color (decimal): -85762 or 16691454. OLE color: 16691454.

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

Color convert

RGB254176254-
CMYK00.3100.00
HSL300º97.5%84.31%-
HSV(B)300º30.71%99.61%-
XYZ74.2959.28101.29-
YUV208.21153.84160.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 176 (69.14% from 255) = 25.73%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=37.13%
G=25.73%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417625400.3100.0030097.584.31
HexFEB0FE01F0012c6254
Octal37626037603700454142124
Binary1111111010110000111111100111110010010110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0FE; }

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

 H1.HeaderClassName
 {
   color: #FEB0FE;
 }
 .AnyTagClassName
 {
   color: #FEB0FE;
 }
</style>
background-color css

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

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

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

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

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

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