Html Css Color HEX #F9A9AE Light Pink

📋 copy color: '#F9A9AE'

red 249 ◦ green 169 ◦ blue 174

#F9A9AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #F9A9AE

Tints of Light Pink #F9A9AE

RGB

 RED value IS 249 (97.66% from 255) = 42.06%

 GREEN value IS 169 (66.41% from 255) = 28.55%

 BLUE value IS 174 (68.36% from 255) = 29.39%

R = 42.06%
G = 28.55%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9A9AE (or 0xF9A9AE) is known color: Light Pink. HEX triplet: F9, A9 and AE. RGB value is (249,169,174). Sum of RGB (Red+Green+Blue) = 249+169+174=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A9AE is #065651. Grayscale: #C1C1C1. Windows color (decimal): -415314 or 11446777. OLE color: 11446777.

HSL color Cylindrical-coordinate representation of color #F9A9AE: hue angle of 356.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9A9AE is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 169 174 -
CMYK 0 0.32 0.30 0.02
HSL 356.25º 0.87% 0.82% -
HSV(B) 356.25º 0.32% 0.98% -
XYZ 60.89 51.57 46.79 -
YUV 193.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 249 169 174 0 0.32 0.30 0.02 356.25 0.87 0.82
Hex F9 A9 AE 0 20 1E 2 164 57 52
Octal 371 251 256 0 40 36 2 544 127 122
Binary 11111001 10101001 10101110 0 100000 11110 10 101100100 1010111 1010010

Color Harmonies of #F9A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A9AE

Black with #F9A9AE

Text Example


Text Example

White with #F9A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A9AE; }

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

 H1.HeaderClassName
 {
   color: #F9A9AE;
 }
 .AnyTagClassName
 {
   color: #F9A9AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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