#F8C1B9

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

Shades of Your Pink #F8C1B9

Tints of Your Pink #F8C1B9

Color information

#F8C1B9 (or 0xF8C1B9) is unknown color: approx Your Pink. HEX triplet: F8, C1 and B9. RGB value is (248,193,185). Sum of RGB (Red+Green+Blue) = 248+193+185=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1B9 is #073E46. Grayscale: #D0D0D0. Windows color (decimal): -474695 or 12173816. OLE color: 12173816.

HSL color Cylindrical-coordinate representation of color #F8C1B9: hue angle of 7.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8C1B9 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248193185-
CMYK00.220.250.03
HSL7.62º81.82%84.9%-
HSV(B)7.62º25.4%97.25%-
XYZ66.5461.654.28-
YUV208.53114.72156.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 193 (75.78% from 255) = 30.83%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=39.62%
G=30.83%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819318500.220.250.037.6281.8284.9
HexF8C1B901619385255
Octal37030127102631310122125
Binary1111100011000001101110010101101100111100010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1B9; }

 p { color: rgb(248,193,185); }

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

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

 a { background-color: rgb(248,193,185); }

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

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

 span { border-color: rgb(248,193,185); }

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