#FEB0FA

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

Shades of Lavender Rose #FEB0FA

Tints of Lavender Rose #FEB0FA

Color information

#FEB0FA (or 0xFEB0FA) is unknown color: approx Lavender Rose. HEX triplet: FE, B0 and FA. RGB value is (254,176,250). Sum of RGB (Red+Green+Blue) = 254+176+250=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 176 (69.14% from 255 or 25.88% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0FA is #014F05. Grayscale: #CFCFCF. Windows color (decimal): -85766 or 16429310. OLE color: 16429310.

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

Color convert

RGB254176250-
CMYK00.310.020.00
HSL303.08º97.5%84.31%-
HSV(B)303.08º30.71%99.61%-
XYZ73.6559.0297.95-
YUV207.76151.84160.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 176 (69.14% from 255) = 25.88%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=37.35%
G=25.88%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417625000.310.020.00303.0897.584.31
HexFEB0FA01F2012f6254
Octal37626037203720457142124
Binary11111110101100001111101001111110010010111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0FA; }

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

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

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

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

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

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

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

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