#FEACAF

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

Shades of Light Pink #FEACAF

Tints of Light Pink #FEACAF

Color information

#FEACAF (or 0xFEACAF) is unknown color: approx Light Pink. HEX triplet: FE, AC and AF. RGB value is (254,172,175). Sum of RGB (Red+Green+Blue) = 254+172+175=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACAF is #015350. Grayscale: #C4C4C4. Windows color (decimal): -86865 or 11513086. OLE color: 11513086.

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

Color convert

RGB254172175-
CMYK00.320.310.00
HSL357.8º97.62%83.53%-
HSV(B)357.8º32.28%99.61%-
XYZ63.3653.6747.58-
YUV196.86115.67168.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=42.26%
G=28.62%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417217500.320.310.00357.897.6283.53
HexFEACAF0201F01666254
Octal376254257040370546142124
Binary111111101010110010101111010000011111010110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACAF; }

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

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

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

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

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

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

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

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