#F8C7BE

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

Shades of Your Pink #F8C7BE

Tints of Your Pink #F8C7BE

Color information

#F8C7BE (or 0xF8C7BE) is unknown color: approx Your Pink. HEX triplet: F8, C7 and BE. RGB value is (248,199,190). Sum of RGB (Red+Green+Blue) = 248+199+190=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7BE is #073841. Grayscale: #D4D4D4. Windows color (decimal): -473154 or 12503032. OLE color: 12503032.

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

Color convert

RGB248199190-
CMYK00.200.230.03
HSL9.31º80.56%85.88%-
HSV(B)9.31º23.39%97.25%-
XYZ68.4364.5257.56-
YUV212.62115.23153.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=38.93%
G=31.24%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819919000.200.230.039.3180.5685.88
HexF8C7BE01417395156
Octal37030727602427311121126
Binary1111100011000111101111100101001011111100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C7BE; }

 p { color: rgb(248,199,190); }

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

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

 a { background-color: rgb(248,199,190); }

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

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

 span { border-color: rgb(248,199,190); }

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