#FEAFC0

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

Shades of Light Pink #FEAFC0

Tints of Light Pink #FEAFC0

Color information

#FEAFC0 (or 0xFEAFC0) is unknown color: approx Light Pink. HEX triplet: FE, AF and C0. RGB value is (254,175,192). Sum of RGB (Red+Green+Blue) = 254+175+192=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC0 is #01503F. Grayscale: #C8C8C8. Windows color (decimal): -86080 or 12627966. OLE color: 12627966.

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

Color convert

RGB254175192-
CMYK00.310.240.00
HSL347.09º97.53%84.12%-
HSV(B)347.09º31.1%99.61%-
XYZ65.7255.5457.13-
YUV200.56123.17166.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=40.90%
G=28.18%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417519200.310.240.00347.0997.5384.12
HexFEAFC001F18015b6254
Octal376257300037300533142124
Binary11111110101011111100000001111111000010101101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFC0; }

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

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

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

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

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

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

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

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