#FEAFE9

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

Shades of Lavender Rose #FEAFE9

Tints of Lavender Rose #FEAFE9

Color information

#FEAFE9 (or 0xFEAFE9) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and E9. RGB value is (254,175,233). Sum of RGB (Red+Green+Blue) = 254+175+233=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFE9 is #015016. Grayscale: #CDCDCD. Windows color (decimal): -86039 or 15314942. OLE color: 15314942.

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

Color convert

RGB254175233-
CMYK00.310.080.00
HSL315.95º97.53%84.12%-
HSV(B)315.95º31.1%99.61%-
XYZ70.9157.6184.47-
YUV205.23143.67162.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=38.37%
G=26.44%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417523300.310.080.00315.9597.5384.12
HexFEAFE901F8013c6254
Octal376257351037100474142124
Binary1111111010101111111010010111111000010011110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFE9; }

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

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

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

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

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

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

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

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