#FEAFFE

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

Shades of Lavender Rose #FEAFFE

Tints of Lavender Rose #FEAFFE

Color information

#FEAFFE (or 0xFEAFFE) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and FE. RGB value is (254,175,254). Sum of RGB (Red+Green+Blue) = 254+175+254=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 175 (68.75% from 255 or 25.62% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEAFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFFE is #015001. Grayscale: #CFCFCF. Windows color (decimal): -86018 or 16691198. OLE color: 16691198.

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

Color convert

RGB254175254-
CMYK00.3100.00
HSL300º97.53%84.12%-
HSV(B)300º31.1%99.61%-
XYZ74.0958.89101.23-
YUV207.63154.17161.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 175 (68.75% from 255) = 25.62%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=37.19%
G=25.62%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417525400.3100.0030097.5384.12
HexFEAFFE01F0012c6254
Octal37625737603700454142124
Binary1111111010101111111111100111110010010110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFFE; }

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

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

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

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

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

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

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

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