#FEB5FA

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

Shades of Lavender Rose #FEB5FA

Tints of Lavender Rose #FEB5FA

Color information

#FEB5FA (or 0xFEB5FA) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and FA. RGB value is (254,181,250). Sum of RGB (Red+Green+Blue) = 254+181+250=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 181 (71.09% from 255 or 26.42% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5FA is #014A05. Grayscale: #D2D2D2. Windows color (decimal): -84486 or 16430590. OLE color: 16430590.

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

Color convert

RGB254181250-
CMYK00.290.020.00
HSL303.29º97.33%85.29%-
HSV(B)303.29º28.74%99.61%-
XYZ74.6561.0298.29-
YUV210.69150.18158.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 181 (71.09% from 255) = 26.42%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=37.08%
G=26.42%
B=36.50%

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
Decimal25418125000.290.020.00303.2997.3385.29
HexFEB5FA01D2012f6155
Octal37626537203520457141125
Binary11111110101101011111101001110110010010111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5FA; }

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

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

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

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

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

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

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

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