#FEACEE

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

Shades of Lavender Rose #FEACEE

Tints of Lavender Rose #FEACEE

Color information

#FEACEE (or 0xFEACEE) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and EE. RGB value is (254,172,238). Sum of RGB (Red+Green+Blue) = 254+172+238=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACEE is #015311. Grayscale: #CBCBCB. Windows color (decimal): -86802 or 15641854. OLE color: 15641854.

HSL color Cylindrical-coordinate representation of color #FEACEE: hue angle of 311.71º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACEE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254172238-
CMYK00.320.060.00
HSL311.71º97.62%83.53%-
HSV(B)311.71º32.28%99.61%-
XYZ71.0656.7588.1-
YUV204.04147.17163.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 172 (67.58% from 255) = 25.90%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=38.25%
G=25.90%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417223800.320.060.00311.7197.6283.53
HexFEACEE020601386254
Octal37625435604060470142124
Binary1111111010101100111011100100000110010011100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACEE; }

 p { color: rgb(254,172,238); }

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

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

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

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

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

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

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