#FEB5F8

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

Shades of Lavender Rose #FEB5F8

Tints of Lavender Rose #FEB5F8

Color information

#FEB5F8 (or 0xFEB5F8) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and F8. RGB value is (254,181,248). Sum of RGB (Red+Green+Blue) = 254+181+248=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 181 (71.09% from 255 or 26.50% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5F8 is #014A07. Grayscale: #D2D2D2. Windows color (decimal): -84488 or 16299518. OLE color: 16299518.

HSL color Cylindrical-coordinate representation of color #FEB5F8: hue angle of 304.93º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5F8 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254181248-
CMYK00.290.020.00
HSL304.93º97.33%85.29%-
HSV(B)304.93º28.74%99.61%-
XYZ74.3460.996.64-
YUV210.46149.18159.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 181 (71.09% from 255) = 26.50%
BLUE value IS 248 (97.27% from 255) = 36.31%
R=37.19%
G=26.50%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418124800.290.020.00304.9397.3385.29
HexFEB5F801D201316155
Octal37626537003520461141125
Binary11111110101101011111100001110110010011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5F8; }

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

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

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

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

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

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

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

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