#F4C8BF

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

Shades of Your Pink #F4C8BF

Tints of Your Pink #F4C8BF

Color information

#F4C8BF (or 0xF4C8BF) is unknown color: approx Your Pink. HEX triplet: F4, C8 and BF. RGB value is (244,200,191). Sum of RGB (Red+Green+Blue) = 244+200+191=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C8BF is #0B3740. Grayscale: #D4D4D4. Windows color (decimal): -735041 or 12568820. OLE color: 12568820.

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

Color convert

RGB244200191-
CMYK00.180.220.04
HSL10.19º70.67%85.29%-
HSV(B)10.19º21.72%95.69%-
XYZ67.3764.358.15-
YUV212.13116.08150.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.43%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 191 (75% from 255) = 30.08%
R=38.43%
G=31.50%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420019100.180.220.0410.1970.6785.29
HexF4C8BF012164a4755
Octal36431027702226412107125
Binary11110100110010001011111101001010110100101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C8BF; }

 p { color: rgb(244,200,191); }

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

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

 a { background-color: rgb(244,200,191); }

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

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

 span { border-color: rgb(244,200,191); }

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