#F0C4BB

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

Shades of Your Pink #F0C4BB

Tints of Your Pink #F0C4BB

Color information

#F0C4BB (or 0xF0C4BB) is unknown color: approx Your Pink. HEX triplet: F0, C4 and BB. RGB value is (240,196,187). Sum of RGB (Red+Green+Blue) = 240+196+187=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4BB is #0F3B44. Grayscale: #D0D0D0. Windows color (decimal): -998213 or 12305648. OLE color: 12305648.

HSL color Cylindrical-coordinate representation of color #F0C4BB: hue angle of 10.19º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C4BB is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240196187-
CMYK00.180.220.06
HSL10.19º63.86%83.73%-
HSV(B)10.19º22.08%94.12%-
XYZ64.6461.5955.5-
YUV208.13116.08150.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=38.52%
G=31.46%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019618700.180.220.0610.1963.8683.73
HexF0C4BB012166a4054
Octal36030427302226612100124
Binary11110000110001001011101101001010110110101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C4BB; }

 p { color: rgb(240,196,187); }

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

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

 a { background-color: rgb(240,196,187); }

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

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

 span { border-color: rgb(240,196,187); }

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