#FEAFE8

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

Shades of Lavender Rose #FEAFE8

Tints of Lavender Rose #FEAFE8

Color information

#FEAFE8 (or 0xFEAFE8) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and E8. RGB value is (254,175,232). Sum of RGB (Red+Green+Blue) = 254+175+232=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 175 (68.75% from 255 or 26.48% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFE8 is #015017. Grayscale: #CCCCCC. Windows color (decimal): -86040 or 15249406. OLE color: 15249406.

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

Color convert

RGB254175232-
CMYK00.310.090.00
HSL316.71º97.53%84.12%-
HSV(B)316.71º31.1%99.61%-
XYZ70.7757.5683.72-
YUV205.12143.17162.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 175 (68.75% from 255) = 26.48%
BLUE value IS 232 (91.02% from 255) = 35.10%
R=38.43%
G=26.48%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417523200.310.090.00316.7197.5384.12
HexFEAFE801F9013d6254
Octal376257350037110475142124
Binary1111111010101111111010000111111001010011110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFE8; }

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

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

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

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

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

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

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

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