Html Css Color HEX #F9AEB1 Light Pink

📋 copy color: '#F9AEB1'

red 249 ◦ green 174 ◦ blue 177

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

Shades of Light Pink #F9AEB1

Tints of Light Pink #F9AEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29%

 BLUE value IS 177 (69.53% from 255) = 29.5%

R = 41.5%
G = 29%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F9AEB1 (or 0xF9AEB1) is known color: Light Pink. HEX triplet: F9, AE and B1. RGB value is (249,174,177). Sum of RGB (Red+Green+Blue) = 249+174+177=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AEB1 is #06514E. Grayscale: #C4C4C4. Windows color (decimal): -414031 or 11644665. OLE color: 11644665.

HSL color Cylindrical-coordinate representation of color #F9AEB1: hue angle of 357.6º 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 #F9AEB1 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 174 177 -
CMYK 0 0.30 0.29 0.02
HSL 357.6º 0.86% 0.83% -
HSV(B) 357.6º 0.3% 0.98% -
XYZ 62.14 53.59 48.66 -
YUV 196.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 249 174 177 0 0.30 0.29 0.02 357.6 0.86 0.83
Hex F9 AE B1 0 1E 1D 2 166 56 53
Octal 371 256 261 0 36 35 2 546 126 123
Binary 11111001 10101110 10110001 0 11110 11101 10 101100110 1010110 1010011

Color Harmonies of #F9AEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AEB1

Black with #F9AEB1

Text Example


Text Example

White with #F9AEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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