#FEABFC

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

Shades of Lavender Rose #FEABFC

Tints of Lavender Rose #FEABFC

Color information

#FEABFC (or 0xFEABFC) is unknown color: approx Lavender Rose. HEX triplet: FE, AB and FC. RGB value is (254,171,252). Sum of RGB (Red+Green+Blue) = 254+171+252=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 171 (67.19% from 255 or 25.26% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABFC is #015403. Grayscale: #CCCCCC. Windows color (decimal): -87044 or 16559102. OLE color: 16559102.

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

Color convert

RGB254171252-
CMYK00.330.010.00
HSL301.45º97.65%83.33%-
HSV(B)301.45º32.68%99.61%-
XYZ73.0157.2299.29-
YUV205.05154.5162.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 171 (67.19% from 255) = 25.26%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=37.52%
G=25.26%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417125200.330.010.00301.4597.6583.33
HexFEABFC0211012d6253
Octal37625337404110455142123
Binary11111110101010111111110001000011010010110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABFC; }

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

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

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

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

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

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

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

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