#F5C0BB

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

Shades of Your Pink #F5C0BB

Tints of Your Pink #F5C0BB

Color information

#F5C0BB (or 0xF5C0BB) is unknown color: approx Your Pink. HEX triplet: F5, C0 and BB. RGB value is (245,192,187). Sum of RGB (Red+Green+Blue) = 245+192+187=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0BB is #0A3F44. Grayscale: #CFCFCF. Windows color (decimal): -671557 or 12304629. OLE color: 12304629.

HSL color Cylindrical-coordinate representation of color #F5C0BB: hue angle of 5.17º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5C0BB is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245192187-
CMYK00.220.240.04
HSL5.17º74.36%84.71%-
HSV(B)5.17º23.67%96.08%-
XYZ65.4860.755.28-
YUV207.28116.56154.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=39.26%
G=30.77%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519218700.220.240.045.1774.3684.71
HexF5C0BB01618454a55
Octal3653002730263045112125
Binary1111010111000000101110110101101100010010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0BB; }

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

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

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

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

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

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

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

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