#FEAFFB

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

Shades of Lavender Rose #FEAFFB

Tints of Lavender Rose #FEAFFB

Color information

#FEAFFB (or 0xFEAFFB) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and FB. RGB value is (254,175,251). Sum of RGB (Red+Green+Blue) = 254+175+251=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 175 (68.75% from 255 or 25.74% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFFB is #015004. Grayscale: #CFCFCF. Windows color (decimal): -86021 or 16494590. OLE color: 16494590.

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

Color convert

RGB254175251-
CMYK00.310.010.00
HSL302.28º97.53%84.12%-
HSV(B)302.28º31.1%99.61%-
XYZ73.6258.798.72-
YUV207.28152.67161.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 175 (68.75% from 255) = 25.74%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=37.35%
G=25.74%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417525100.310.010.00302.2897.5384.12
HexFEAFFB01F1012e6254
Octal37625737303710456142124
Binary1111111010101111111110110111111010010111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFFB; }

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

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

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

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

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

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

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

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