#FEAFE6

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

Shades of Lavender Rose #FEAFE6

Tints of Lavender Rose #FEAFE6

Color information

#FEAFE6 (or 0xFEAFE6) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and E6. RGB value is (254,175,230). Sum of RGB (Red+Green+Blue) = 254+175+230=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFE6 is #015019. Grayscale: #CCCCCC. Windows color (decimal): -86042 or 15118334. OLE color: 15118334.

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

Color convert

RGB254175230-
CMYK00.310.090.00
HSL318.23º97.53%84.12%-
HSV(B)318.23º31.1%99.61%-
XYZ70.4957.4482.24-
YUV204.89142.17163.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 175 (68.75% from 255) = 26.56%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=38.54%
G=26.56%
B=34.90%

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
Decimal25417523000.310.090.00318.2397.5384.12
HexFEAFE601F9013e6254
Octal376257346037110476142124
Binary1111111010101111111001100111111001010011111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFE6; }

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

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

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

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

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

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

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

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