#FEAFFA

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

Shades of Lavender Rose #FEAFFA

Tints of Lavender Rose #FEAFFA

Color information

#FEAFFA (or 0xFEAFFA) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and FA. RGB value is (254,175,250). Sum of RGB (Red+Green+Blue) = 254+175+250=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 175 (68.75% from 255 or 25.77% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFFA is #015005. Grayscale: #CECECE. Windows color (decimal): -86022 or 16429054. OLE color: 16429054.

HSL color Cylindrical-coordinate representation of color #FEAFFA: hue angle of 303.04º 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 #FEAFFA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254175250-
CMYK00.310.020.00
HSL303.04º97.53%84.12%-
HSV(B)303.04º31.1%99.61%-
XYZ73.4658.6397.89-
YUV207.17152.17161.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 175 (68.75% from 255) = 25.77%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=37.41%
G=25.77%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417525000.310.020.00303.0497.5384.12
HexFEAFFA01F2012f6254
Octal37625737203720457142124
Binary11111110101011111111101001111110010010111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFFA; }

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

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

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

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

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

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

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

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