#F8C1BB

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

Shades of Your Pink #F8C1BB

Tints of Your Pink #F8C1BB

Color information

#F8C1BB (or 0xF8C1BB) is unknown color: approx Your Pink. HEX triplet: F8, C1 and BB. RGB value is (248,193,187). Sum of RGB (Red+Green+Blue) = 248+193+187=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1BB is #073E44. Grayscale: #D0D0D0. Windows color (decimal): -474693 or 12304888. OLE color: 12304888.

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

Color convert

RGB248193187-
CMYK00.220.250.03
HSL5.9º81.33%85.29%-
HSV(B)5.9º24.6%97.25%-
XYZ66.7561.6855.4-
YUV208.76115.72155.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.49%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=39.49%
G=30.73%
B=29.78%

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
Decimal24819318700.220.250.035.981.3385.29
HexF8C1BB01619365155
Octal3703012730263136121125
Binary111110001100000110111011010110110011111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1BB; }

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

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

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

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

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

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

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

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