#FEAFED

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

Shades of Lavender Rose #FEAFED

Tints of Lavender Rose #FEAFED

Color information

#FEAFED (or 0xFEAFED) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and ED. RGB value is (254,175,237). Sum of RGB (Red+Green+Blue) = 254+175+237=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFED is #015012. Grayscale: #CDCDCD. Windows color (decimal): -86035 or 15577086. OLE color: 15577086.

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

Color convert

RGB254175237-
CMYK00.310.070.00
HSL312.91º97.53%84.12%-
HSV(B)312.91º31.1%99.61%-
XYZ71.4957.8587.52-
YUV205.69145.67162.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 175 (68.75% from 255) = 26.28%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=38.14%
G=26.28%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417523700.310.070.00312.9197.5384.12
HexFEAFED01F701396254
Octal37625735503770471142124
Binary111111101010111111101101011111111010011100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFED; }

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

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

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

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

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

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

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

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