#F9AEB2

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

Shades of Light Pink #F9AEB2

Tints of Light Pink #F9AEB2

Color information

#F9AEB2 (or 0xF9AEB2) is unknown color: approx Light Pink. HEX triplet: F9, AE and B2. RGB value is (249,174,178). Sum of RGB (Red+Green+Blue) = 249+174+178=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AEB2 is #06514D. Grayscale: #C4C4C4. Windows color (decimal): -414030 or 11710201. OLE color: 11710201.

HSL color Cylindrical-coordinate representation of color #F9AEB2: hue angle of 356.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AEB2 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB249174178-
CMYK00.300.290.02
HSL356.8º86.21%82.94%-
HSV(B)356.8º30.12%97.65%-
XYZ62.2453.6349.19-
YUV196.88117.35165.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=41.43%
G=28.95%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917417800.300.290.02356.886.2182.94
HexF9AEB201E1D21655653
Octal371256262036352545126123
Binary111110011010111010110010011110111011010110010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AEB2; }

 p { color: rgb(249,174,178); }

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

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

 a { background-color: rgb(249,174,178); }

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

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

 span { border-color: rgb(249,174,178); }

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