#FEB2FA

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

Shades of Lavender Rose #FEB2FA

Tints of Lavender Rose #FEB2FA

Color information

#FEB2FA (or 0xFEB2FA) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and FA. RGB value is (254,178,250). Sum of RGB (Red+Green+Blue) = 254+178+250=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 178 (69.92% from 255 or 26.10% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2FA is #014D05. Grayscale: #D0D0D0. Windows color (decimal): -85254 or 16429822. OLE color: 16429822.

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

Color convert

RGB254178250-
CMYK00.300.020.00
HSL303.16º97.44%84.71%-
HSV(B)303.16º29.92%99.61%-
XYZ74.0559.8198.08-
YUV208.93151.18160.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 178 (69.92% from 255) = 26.10%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=37.24%
G=26.10%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417825000.300.020.00303.1697.4484.71
HexFEB2FA01E2012f6155
Octal37626237203620457141125
Binary11111110101100101111101001111010010010111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2FA; }

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

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

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

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

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

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

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

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