Html Css Color HEX #F9C7BF Your Pink

📋 copy color: '#F9C7BF'

red 249 ◦ green 199 ◦ blue 191

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

Shades of Your Pink #F9C7BF

Tints of Your Pink #F9C7BF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.14%

 BLUE value IS 191 (75% from 255) = 29.89%

R = 38.97%
G = 31.14%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9C7BF (or 0xF9C7BF) is known color: Your Pink. HEX triplet: F9, C7 and BF. RGB value is (249,199,191). Sum of RGB (Red+Green+Blue) = 249+199+191=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7BF is #063840. Grayscale: #D5D5D5. Windows color (decimal): -407617 or 12568569. OLE color: 12568569.

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

Color convert

RGB 249 199 191 -
CMYK 0 0.20 0.23 0.02
HSL 8.28º 0.83% 0.86% -
HSV(B) 8.28º 0.23% 0.98% -
XYZ 68.89 64.75 58.16 -
YUV 213.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 249 199 191 0 0.20 0.23 0.02 8.28 0.83 0.86
Hex F9 C7 BF 0 14 17 2 8 53 56
Octal 371 307 277 0 24 27 2 10 123 126
Binary 11111001 11000111 10111111 0 10100 10111 10 1000 1010011 1010110

Color Harmonies of #F9C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C7BF

Black with #F9C7BF

Text Example


Text Example

White with #F9C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C7BF; }

 p { color: rgb(249,199,191); }

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

background-color css

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

 a { background-color: rgb(249,199,191); }

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

border-color css

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

 span { border-color: rgb(249,199,191); }

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