#FEB0F8

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

Shades of Lavender Rose #FEB0F8

Tints of Lavender Rose #FEB0F8

Color information

#FEB0F8 (or 0xFEB0F8) is unknown color: approx Lavender Rose. HEX triplet: FE, B0 and F8. RGB value is (254,176,248). Sum of RGB (Red+Green+Blue) = 254+176+248=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 176 (69.14% from 255 or 25.96% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0F8 is #014F07. Grayscale: #CFCFCF. Windows color (decimal): -85768 or 16298238. OLE color: 16298238.

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

Color convert

RGB254176248-
CMYK00.310.020.00
HSL304.62º97.5%84.31%-
HSV(B)304.62º30.71%99.61%-
XYZ73.3458.996.31-
YUV207.53150.84161.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 176 (69.14% from 255) = 25.96%
BLUE value IS 248 (97.27% from 255) = 36.58%
R=37.46%
G=25.96%
B=36.58%

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
Decimal25417624800.310.020.00304.6297.584.31
HexFEB0F801F201316254
Octal37626037003720461142124
Binary11111110101100001111100001111110010011000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0F8; }

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

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

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

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

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

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

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

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