Html Css Color HEX #F9BBA4 Mandys Pink

📋 copy color: '#F9BBA4'

red 249 ◦ green 187 ◦ blue 164

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

Shades of Mandys Pink #F9BBA4

Tints of Mandys Pink #F9BBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 164 (64.45% from 255) = 27.33%

R = 41.5%
G = 31.17%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F9BBA4 (or 0xF9BBA4) is known color: Mandys Pink. HEX triplet: F9, BB and A4. RGB value is (249,187,164). Sum of RGB (Red+Green+Blue) = 249+187+164=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BBA4 is #06445B. Grayscale: #CBCBCB. Windows color (decimal): -410716 or 10796025. OLE color: 10796025.

HSL color Cylindrical-coordinate representation of color #F9BBA4: hue angle of 16.24º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9BBA4 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 187 164 -
CMYK 0 0.25 0.34 0.02
HSL 16.24º 0.88% 0.81% -
HSV(B) 16.24º 0.34% 0.98% -
XYZ 63.54 58.36 43.04 -
YUV 202.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 249 187 164 0 0.25 0.34 0.02 16.24 0.88 0.81
Hex F9 BB A4 0 19 22 2 10 58 51
Octal 371 273 244 0 31 42 2 20 130 121
Binary 11111001 10111011 10100100 0 11001 100010 10 10000 1011000 1010001

Color Harmonies of #F9BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBA4

Black with #F9BBA4

Text Example


Text Example

White with #F9BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBA4; }

 p { color: rgb(249,187,164); }

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

background-color css

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

 a { background-color: rgb(249,187,164); }

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

border-color css

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

 span { border-color: rgb(249,187,164); }

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