#FEACAD

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

Shades of Light Pink #FEACAD

Tints of Light Pink #FEACAD

Color information

#FEACAD (or 0xFEACAD) is unknown color: approx Light Pink. HEX triplet: FE, AC and AD. RGB value is (254,172,173). Sum of RGB (Red+Green+Blue) = 254+172+173=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACAD is #015352. Grayscale: #C4C4C4. Windows color (decimal): -86867 or 11382014. OLE color: 11382014.

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

Color convert

RGB254172173-
CMYK00.320.320.00
HSL359.27º97.62%83.53%-
HSV(B)359.27º32.28%99.61%-
XYZ63.1753.5946.55-
YUV196.63114.67168.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=42.40%
G=28.71%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417217300.320.320.00359.2797.6283.53
HexFEACAD0202001676254
Octal376254255040400547142124
Binary1111111010101100101011010100000100000010110011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACAD; }

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

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

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

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

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

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

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

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