Html Css Color HEX #F9A8AE Light Pink

📋 copy color: '#F9A8AE'

red 249 ◦ green 168 ◦ blue 174

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

Shades of Light Pink #F9A8AE

Tints of Light Pink #F9A8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.43%

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

R = 42.13%
G = 28.43%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9A8AE (or 0xF9A8AE) is known color: Light Pink. HEX triplet: F9, A8 and AE. RGB value is (249,168,174). Sum of RGB (Red+Green+Blue) = 249+168+174=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A8AE is #065751. Grayscale: #C0C0C0. Windows color (decimal): -415570 or 11446521. OLE color: 11446521.

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

Color convert

RGB 249 168 174 -
CMYK 0 0.33 0.30 0.02
HSL 355.56º 0.87% 0.82% -
HSV(B) 355.56º 0.33% 0.98% -
XYZ 60.71 51.2 46.73 -
YUV 192.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 249 168 174 0 0.33 0.30 0.02 355.56 0.87 0.82
Hex F9 A8 AE 0 21 1E 2 164 57 52
Octal 371 250 256 0 41 36 2 544 127 122
Binary 11111001 10101000 10101110 0 100001 11110 10 101100100 1010111 1010010

Color Harmonies of #F9A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A8AE

Black with #F9A8AE

Text Example


Text Example

White with #F9A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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