Html Css Color HEX #F9BDA2 Mandys Pink

📋 copy color: '#F9BDA2'

red 249 ◦ green 189 ◦ blue 162

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

Shades of Mandys Pink #F9BDA2

Tints of Mandys Pink #F9BDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.5%

 BLUE value IS 162 (63.67% from 255) = 27%

R = 41.5%
G = 31.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F9BDA2 (or 0xF9BDA2) is known color: Mandys Pink. HEX triplet: F9, BD and A2. RGB value is (249,189,162). Sum of RGB (Red+Green+Blue) = 249+189+162=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BDA2 is #06425D. Grayscale: #CCCCCC. Windows color (decimal): -410206 or 10665465. OLE color: 10665465.

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

Color convert

RGB 249 189 162 -
CMYK 0 0.24 0.35 0.02
HSL 18.62º 0.88% 0.81% -
HSV(B) 18.62º 0.35% 0.98% -
XYZ 63.79 59.14 42.24 -
YUV 203.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 249 189 162 0 0.24 0.35 0.02 18.62 0.88 0.81
Hex F9 BD A2 0 18 23 2 13 58 51
Octal 371 275 242 0 30 43 2 23 130 121
Binary 11111001 10111101 10100010 0 11000 100011 10 10011 1011000 1010001

Color Harmonies of #F9BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDA2

Black with #F9BDA2

Text Example


Text Example

White with #F9BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDA2; }

 p { color: rgb(249,189,162); }

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

background-color css

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

 a { background-color: rgb(249,189,162); }

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

border-color css

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

 span { border-color: rgb(249,189,162); }

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