#F4C2BB

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

Shades of Your Pink #F4C2BB

Tints of Your Pink #F4C2BB

Color information

#F4C2BB (or 0xF4C2BB) is unknown color: approx Your Pink. HEX triplet: F4, C2 and BB. RGB value is (244,194,187). Sum of RGB (Red+Green+Blue) = 244+194+187=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C2BB is #0B3D44. Grayscale: #D0D0D0. Windows color (decimal): -736581 or 12305140. OLE color: 12305140.

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

Color convert

RGB244194187-
CMYK00.200.230.04
HSL7.37º72.15%84.51%-
HSV(B)7.37º23.36%95.69%-
XYZ65.5761.455.41-
YUV208.15116.06153.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=39.04%
G=31.04%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419418700.200.230.047.3772.1584.51
HexF4C2BB01417474855
Octal3643022730242747110125
Binary1111010011000010101110110101001011110011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C2BB; }

 p { color: rgb(244,194,187); }

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

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

 a { background-color: rgb(244,194,187); }

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

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

 span { border-color: rgb(244,194,187); }

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