#F4C7BE

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

Shades of Your Pink #F4C7BE

Tints of Your Pink #F4C7BE

Color information

#F4C7BE (or 0xF4C7BE) is unknown color: approx Your Pink. HEX triplet: F4, C7 and BE. RGB value is (244,199,190). Sum of RGB (Red+Green+Blue) = 244+199+190=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C7BE is #0B3841. Grayscale: #D3D3D3. Windows color (decimal): -735298 or 12503028. OLE color: 12503028.

HSL color Cylindrical-coordinate representation of color #F4C7BE: hue angle of 10º 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 #F4C7BE is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244199190-
CMYK00.180.220.04
HSL10º71.05%85.1%-
HSV(B)10º22.13%95.69%-
XYZ67.0363.857.5-
YUV211.43115.91151.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.55%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=38.55%
G=31.44%
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.04
SystemRedGreenBlueCMYKHSL
Decimal24419919000.180.220.041071.0585.1
HexF4C7BE012164a4755
Octal36430727602226412107125
Binary11110100110001111011111001001010110100101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C7BE; }

 p { color: rgb(244,199,190); }

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

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

 a { background-color: rgb(244,199,190); }

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

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

 span { border-color: rgb(244,199,190); }

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