#F8C7BF

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

Shades of Your Pink #F8C7BF

Tints of Your Pink #F8C7BF

Color information

#F8C7BF (or 0xF8C7BF) is unknown color: approx Your Pink. HEX triplet: F8, C7 and BF. RGB value is (248,199,191). Sum of RGB (Red+Green+Blue) = 248+199+191=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7BF is #073840. Grayscale: #D4D4D4. Windows color (decimal): -473153 or 12568568. OLE color: 12568568.

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

Color convert

RGB248199191-
CMYK00.200.230.03
HSL8.42º80.28%86.08%-
HSV(B)8.42º22.98%97.25%-
XYZ68.5464.5658.14-
YUV212.74115.73153.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 191 (75% from 255) = 29.94%
R=38.87%
G=31.19%
B=29.94%

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
Decimal24819919100.200.230.038.4280.2886.08
HexF8C7BF01417385056
Octal37030727702427310120126
Binary1111100011000111101111110101001011111100010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C7BF; }

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

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

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

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

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

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

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

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