#FEACCE

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

Shades of Lavender Pink #FEACCE

Tints of Lavender Pink #FEACCE

Color information

#FEACCE (or 0xFEACCE) is unknown color: approx Lavender Pink. HEX triplet: FE, AC and CE. RGB value is (254,172,206). Sum of RGB (Red+Green+Blue) = 254+172+206=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCE is #015331. Grayscale: #C8C8C8. Windows color (decimal): -86834 or 13544702. OLE color: 13544702.

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

Color convert

RGB254172206-
CMYK00.320.190.00
HSL335.12º97.62%83.53%-
HSV(B)335.12º32.28%99.61%-
XYZ66.7755.0365.5-
YUV200.39131.17166.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=40.19%
G=27.22%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417220600.320.190.00335.1297.6283.53
HexFEACCE02013014f6254
Octal376254316040230517142124
Binary111111101010110011001110010000010011010100111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACCE; }

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

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

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

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

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

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

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

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