Html Css Color HEX #F9C7C0 Your Pink

📋 copy color: '#F9C7C0'

red 249 ◦ green 199 ◦ blue 192

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

Shades of Your Pink #F9C7C0

Tints of Your Pink #F9C7C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30%

R = 38.91%
G = 31.09%
B = 30%

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

#F9C7C0 (or 0xF9C7C0) is known color: Your Pink. HEX triplet: F9, C7 and C0. RGB value is (249,199,192). Sum of RGB (Red+Green+Blue) = 249+199+192=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7C0 is #06383F. Grayscale: #D5D5D5. Windows color (decimal): -407616 or 12634105. OLE color: 12634105.

HSL color Cylindrical-coordinate representation of color #F9C7C0: hue angle of 7.37º 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 #F9C7C0 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 199 192 -
CMYK 0 0.20 0.23 0.02
HSL 7.37º 0.83% 0.86% -
HSV(B) 7.37º 0.23% 0.98% -
XYZ 69 64.79 58.74 -
YUV 213.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 249 199 192 0 0.20 0.23 0.02 7.37 0.83 0.86
Hex F9 C7 C0 0 14 17 2 7 53 56
Octal 371 307 300 0 24 27 2 7 123 126
Binary 11111001 11000111 11000000 0 10100 10111 10 111 1010011 1010110

Color Harmonies of #F9C7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C7C0

Black with #F9C7C0

Text Example


Text Example

White with #F9C7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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