#f4c0ba

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

Shades of Your Pink #F4C0BA

Tints of Your Pink #F4C0BA

Color information

#F4C0BA (or 0xF4C0BA) is unknown color: approx Your Pink. HEX triplet: F4, C0 and BA. RGB value is (244,192,186). Sum of RGB (Red+Green+Blue) = 244+192+186=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0BA is #0B3F45. Grayscale: #CECECE. Windows color (decimal): -737094 or 12239092. OLE color: 12239092.

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

Color convert

RGB244192186-
CMYK00.210.240.04
HSL6.21º72.5%84.31%-
HSV(B)6.21º23.77%95.69%-
XYZ65.0260.4854.7-
YUV206.86116.23154.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.23%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=39.23%
G=30.87%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419218600.210.240.046.2172.584.31
HexF4C0BA01518464854
Octal3643002720253046110124
Binary1111010011000000101110100101011100010011010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4c0ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4c0ba; }

 p { color: rgb(244,192,186); }

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

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

 a { background-color: rgb(244,192,186); }

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

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

 span { border-color: rgb(244,192,186); }

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