#F8C0BB

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

Shades of Your Pink #F8C0BB

Tints of Your Pink #F8C0BB

Color information

#F8C0BB (or 0xF8C0BB) is unknown color: approx Your Pink. HEX triplet: F8, C0 and BB. RGB value is (248,192,187). Sum of RGB (Red+Green+Blue) = 248+192+187=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0BB is #073F44. Grayscale: #D0D0D0. Windows color (decimal): -474949 or 12304632. OLE color: 12304632.

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

Color convert

RGB248192187-
CMYK00.230.250.03
HSL4.92º81.33%85.29%-
HSV(B)4.92º24.6%97.25%-
XYZ66.5361.2455.33-
YUV208.17116.05156.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.55%
GREEN value IS 192 (75.39% from 255) = 30.62%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=39.55%
G=30.62%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819218700.230.250.034.9281.3385.29
HexF8C0BB01719355155
Octal3703002730273135121125
Binary111110001100000010111011010111110011110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0BB; }

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

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

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

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

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

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

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

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