Html Css Color HEX #F9BAC5 Light Pink

📋 copy color: '#F9BAC5'

red 249 ◦ green 186 ◦ blue 197

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

Shades of Light Pink #F9BAC5

Tints of Light Pink #F9BAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.43%

 BLUE value IS 197 (77.34% from 255) = 31.17%

R = 39.4%
G = 29.43%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F9BAC5 (or 0xF9BAC5) is known color: Light Pink. HEX triplet: F9, BA and C5. RGB value is (249,186,197). Sum of RGB (Red+Green+Blue) = 249+186+197=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAC5 is #06453A. Grayscale: #CECECE. Windows color (decimal): -410939 or 12958457. OLE color: 12958457.

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

Color convert

RGB 249 186 197 -
CMYK 0 0.25 0.21 0.02
HSL 349.52º 0.84% 0.85% -
HSV(B) 349.52º 0.25% 0.98% -
XYZ 66.7 59.29 60.75 -
YUV 206.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 249 186 197 0 0.25 0.21 0.02 349.52 0.84 0.85
Hex F9 BA C5 0 19 15 2 15E 54 55
Octal 371 272 305 0 31 25 2 536 124 125
Binary 11111001 10111010 11000101 0 11001 10101 10 101011110 1010100 1010101

Color Harmonies of #F9BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAC5

Black with #F9BAC5

Text Example


Text Example

White with #F9BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAC5; }

 p { color: rgb(249,186,197); }

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

background-color css

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

 a { background-color: rgb(249,186,197); }

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

border-color css

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

 span { border-color: rgb(249,186,197); }

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