#F9C6BE

Color #F9C6BE Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #F9C6BE

Tints of Your Pink #F9C6BE

Color information

#F9C6BE (or 0xF9C6BE) is unknown color: approx Your Pink. HEX triplet: F9, C6 and BE. RGB value is (249,198,190). Sum of RGB (Red+Green+Blue) = 249+198+190=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C6BE is #063941. Grayscale: #D4D4D4. Windows color (decimal): -407874 or 12502777. OLE color: 12502777.

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

Color convert

RGB249198190-
CMYK00.200.240.02
HSL8.14º83.1%86.08%-
HSV(B)8.14º23.69%97.65%-
XYZ68.5664.2557.5-
YUV212.34115.4154.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=39.09%
G=31.08%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919819000.200.240.028.1483.186.08
HexF9C6BE01418285356
Octal37130627602430210123126
Binary1111100111000110101111100101001100010100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C6BE; }

 p { color: rgb(249,198,190); }

 H1.HeaderClassName
 {
   color: #F9C6BE;
 }
 .AnyTagClassName
 {
   color: #F9C6BE;
 }
</style>
background-color css

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

 a { background-color: rgb(249,198,190); }

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

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

 span { border-color: rgb(249,198,190); }

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