#FEAFE2

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

Shades of Lavender Rose #FEAFE2

Tints of Lavender Rose #FEAFE2

Color information

#FEAFE2 (or 0xFEAFE2) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and E2. RGB value is (254,175,226). Sum of RGB (Red+Green+Blue) = 254+175+226=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFE2 is #01501D. Grayscale: #CCCCCC. Windows color (decimal): -86046 or 14856190. OLE color: 14856190.

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

Color convert

RGB254175226-
CMYK00.310.110.00
HSL321.27º97.53%84.12%-
HSV(B)321.27º31.1%99.61%-
XYZ69.9357.2279.31-
YUV204.44140.17163.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=38.78%
G=26.72%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417522600.310.110.00321.2797.5384.12
HexFEAFE201FB01416254
Octal376257342037130501142124
Binary1111111010101111111000100111111011010100000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFE2; }

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

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

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

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

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

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

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

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