#FEACCF

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

Shades of Lavender Pink #FEACCF

Tints of Lavender Pink #FEACCF

Color information

#FEACCF (or 0xFEACCF) is unknown color: approx Lavender Pink. HEX triplet: FE, AC and CF. RGB value is (254,172,207). Sum of RGB (Red+Green+Blue) = 254+172+207=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCF is #015330. Grayscale: #C8C8C8. Windows color (decimal): -86833 or 13610238. OLE color: 13610238.

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

Color convert

RGB254172207-
CMYK00.320.190.00
HSL334.39º97.62%83.53%-
HSV(B)334.39º32.28%99.61%-
XYZ66.8955.0866.14-
YUV200.51131.67166.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=40.13%
G=27.17%
B=32.70%

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
Decimal25417220700.320.190.00334.3997.6283.53
HexFEACCF02013014e6254
Octal376254317040230516142124
Binary111111101010110011001111010000010011010100111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACCF; }

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

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

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

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

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

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

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

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