Html Css Color HEX #F9ACB7 Light Pink

📋 copy color: '#F9ACB7'

red 249 ◦ green 172 ◦ blue 183

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

Shades of Light Pink #F9ACB7

Tints of Light Pink #F9ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.48%

 BLUE value IS 183 (71.88% from 255) = 30.3%

R = 41.23%
G = 28.48%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9ACB7 (or 0xF9ACB7) is known color: Light Pink. HEX triplet: F9, AC and B7. RGB value is (249,172,183). Sum of RGB (Red+Green+Blue) = 249+172+183=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACB7 is #065348. Grayscale: #C4C4C4. Windows color (decimal): -414537 or 12037369. OLE color: 12037369.

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

Color convert

RGB 249 172 183 -
CMYK 0 0.31 0.27 0.02
HSL 351.43º 0.87% 0.83% -
HSV(B) 351.43º 0.31% 0.98% -
XYZ 62.37 53.06 51.75 -
YUV 196.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 249 172 183 0 0.31 0.27 0.02 351.43 0.87 0.83
Hex F9 AC B7 0 1F 1B 2 15F 57 53
Octal 371 254 267 0 37 33 2 537 127 123
Binary 11111001 10101100 10110111 0 11111 11011 10 101011111 1010111 1010011

Color Harmonies of #F9ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACB7

Black with #F9ACB7

Text Example


Text Example

White with #F9ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACB7; }

 p { color: rgb(249,172,183); }

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

background-color css

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

 a { background-color: rgb(249,172,183); }

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

border-color css

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

 span { border-color: rgb(249,172,183); }

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