#F8C6BF

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

Shades of Your Pink #F8C6BF

Tints of Your Pink #F8C6BF

Color information

#F8C6BF (or 0xF8C6BF) is unknown color: approx Your Pink. HEX triplet: F8, C6 and BF. RGB value is (248,198,191). Sum of RGB (Red+Green+Blue) = 248+198+191=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6BF is #073940. Grayscale: #D4D4D4. Windows color (decimal): -473409 or 12568312. OLE color: 12568312.

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

Color convert

RGB248198191-
CMYK00.200.230.03
HSL7.37º80.28%86.08%-
HSV(B)7.37º22.98%97.25%-
XYZ68.3164.1158.06-
YUV212.15116.07153.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 191 (75% from 255) = 29.98%
R=38.93%
G=31.08%
B=29.98%

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
Decimal24819819100.200.230.037.3780.2886.08
HexF8C6BF01417375056
Octal3703062770242737120126
Binary111110001100011010111111010100101111111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C6BF; }

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

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

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

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

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

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

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

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