#F8C9BE

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

Shades of Your Pink #F8C9BE

Tints of Your Pink #F8C9BE

Color information

#F8C9BE (or 0xF8C9BE) is unknown color: approx Your Pink. HEX triplet: F8, C9 and BE. RGB value is (248,201,190). Sum of RGB (Red+Green+Blue) = 248+201+190=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C9BE is #073641. Grayscale: #D5D5D5. Windows color (decimal): -472642 or 12503544. OLE color: 12503544.

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

Color convert

RGB248201190-
CMYK00.190.230.03
HSL11.38º80.56%85.88%-
HSV(B)11.38º23.39%97.25%-
XYZ68.8965.4557.72-
YUV213.8114.57152.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=38.81%
G=31.46%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820119000.190.230.0311.3880.5685.88
HexF8C9BE013173b5156
Octal37031127602327313121126
Binary1111100011001001101111100100111011111101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C9BE; }

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

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

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

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

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

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

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

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