#FEB9FC

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

Shades of Lavender Rose #FEB9FC

Tints of Lavender Rose #FEB9FC

Color information

#FEB9FC (or 0xFEB9FC) is unknown color: approx Lavender Rose. HEX triplet: FE, B9 and FC. RGB value is (254,185,252). Sum of RGB (Red+Green+Blue) = 254+185+252=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 185 (72.66% from 255 or 26.77% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9FC is #014603. Grayscale: #D5D5D5. Windows color (decimal): -83460 or 16562686. OLE color: 16562686.

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

Color convert

RGB254185252-
CMYK00.270.010.00
HSL301.74º97.18%86.08%-
HSV(B)301.74º27.17%99.61%-
XYZ75.7962.8100.22-
YUV213.27149.86157.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 185 (72.66% from 255) = 26.77%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=36.76%
G=26.77%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418525200.270.010.00301.7497.1886.08
HexFEB9FC01B1012e6156
Octal37627137403310456141126
Binary1111111010111001111111000110111010010111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9FC; }

 p { color: rgb(254,185,252); }

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

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

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

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

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

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

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