#F8C0BE

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

Shades of Your Pink #F8C0BE

Tints of Your Pink #F8C0BE

Color information

#F8C0BE (or 0xF8C0BE) is unknown color: approx Your Pink. HEX triplet: F8, C0 and BE. RGB value is (248,192,190). Sum of RGB (Red+Green+Blue) = 248+192+190=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0BE is #073F41. Grayscale: #D0D0D0. Windows color (decimal): -474946 or 12501240. OLE color: 12501240.

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

Color convert

RGB248192190-
CMYK00.230.230.03
HSL2.07º80.56%85.88%-
HSV(B)2.07º23.39%97.25%-
XYZ66.8661.3757.04-
YUV208.52117.55156.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=39.37%
G=30.48%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819219000.230.230.032.0780.5685.88
HexF8C0BE01717325156
Octal3703002760272732121126
Binary11111000110000001011111001011110111111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0BE; }

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

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

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

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

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

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

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

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