#FEA7FB

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

Shades of Lavender Rose #FEA7FB

Tints of Lavender Rose #FEA7FB

Color information

#FEA7FB (or 0xFEA7FB) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and FB. RGB value is (254,167,251). Sum of RGB (Red+Green+Blue) = 254+167+251=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 167 (65.62% from 255 or 24.85% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7FB is #015804. Grayscale: #CACACA. Windows color (decimal): -88069 or 16492542. OLE color: 16492542.

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

Color convert

RGB254167251-
CMYK00.340.010.00
HSL302.07º97.75%82.55%-
HSV(B)302.07º34.25%99.61%-
XYZ72.155.6798.21-
YUV202.59155.32164.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 167 (65.62% from 255) = 24.85%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=37.80%
G=24.85%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416725100.340.010.00302.0797.7582.55
HexFEA7FB0221012e6253
Octal37624737304210456142123
Binary11111110101001111111101101000101010010111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7FB; }

 p { color: rgb(254,167,251); }

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

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

 a { background-color: rgb(254,167,251); }

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

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

 span { border-color: rgb(254,167,251); }

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