#FEAFCD

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

Shades of Lavender Pink #FEAFCD

Tints of Lavender Pink #FEAFCD

Color information

#FEAFCD (or 0xFEAFCD) is unknown color: approx Lavender Pink. HEX triplet: FE, AF and CD. RGB value is (254,175,205). Sum of RGB (Red+Green+Blue) = 254+175+205=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFCD is #015032. Grayscale: #CACACA. Windows color (decimal): -86067 or 13479934. OLE color: 13479934.

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

Color convert

RGB254175205-
CMYK00.310.190.00
HSL337.22º97.53%84.12%-
HSV(B)337.22º31.1%99.61%-
XYZ67.2256.1465.05-
YUV202.04129.67165.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=40.06%
G=27.60%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417520500.310.190.00337.2297.5384.12
HexFEAFCD01F1301516254
Octal376257315037230521142124
Binary11111110101011111100110101111110011010101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFCD; }

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

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

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

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

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

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

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

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