Html Css Color HEX #F9C7CF Pink

📋 copy color: '#F9C7CF'

red 249 ◦ green 199 ◦ blue 207

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

Shades of Pink #F9C7CF

Tints of Pink #F9C7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.6%

R = 38.02%
G = 30.38%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9C7CF (or 0xF9C7CF) is known color: Pink. HEX triplet: F9, C7 and CF. RGB value is (249,199,207). Sum of RGB (Red+Green+Blue) = 249+199+207=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7CF is #063830. Grayscale: #D6D6D6. Windows color (decimal): -407601 or 13617145. OLE color: 13617145.

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

Color convert

RGB 249 199 207 -
CMYK 0 0.20 0.17 0.02
HSL 350.4º 0.81% 0.88% -
HSV(B) 350.4º 0.2% 0.98% -
XYZ 70.75 65.49 67.94 -
YUV 214.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 249 199 207 0 0.20 0.17 0.02 350.4 0.81 0.88
Hex F9 C7 CF 0 14 11 2 15E 51 58
Octal 371 307 317 0 24 21 2 536 121 130
Binary 11111001 11000111 11001111 0 10100 10001 10 101011110 1010001 1011000

Color Harmonies of #F9C7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C7CF

Black with #F9C7CF

Text Example


Text Example

White with #F9C7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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