#FEAFE7

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

Shades of Lavender Rose #FEAFE7

Tints of Lavender Rose #FEAFE7

Color information

#FEAFE7 (or 0xFEAFE7) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and E7. RGB value is (254,175,231). Sum of RGB (Red+Green+Blue) = 254+175+231=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFE7 is #015018. Grayscale: #CCCCCC. Windows color (decimal): -86041 or 15183870. OLE color: 15183870.

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

Color convert

RGB254175231-
CMYK00.310.090.00
HSL317.47º97.53%84.12%-
HSV(B)317.47º31.1%99.61%-
XYZ70.6357.582.98-
YUV205142.67162.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 175 (68.75% from 255) = 26.52%
BLUE value IS 231 (90.62% from 255) = 35%
R=38.48%
G=26.52%
B=35%

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
Decimal25417523100.310.090.00317.4797.5384.12
HexFEAFE701F9013d6254
Octal376257347037110475142124
Binary1111111010101111111001110111111001010011110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFE7; }

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

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

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

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

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

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

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

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