#F7C3BE

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

Shades of Your Pink #F7C3BE

Tints of Your Pink #F7C3BE

Color information

#F7C3BE (or 0xF7C3BE) is unknown color: approx Your Pink. HEX triplet: F7, C3 and BE. RGB value is (247,195,190). Sum of RGB (Red+Green+Blue) = 247+195+190=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C3BE is #083C41. Grayscale: #D2D2D2. Windows color (decimal): -539714 or 12502007. OLE color: 12502007.

HSL color Cylindrical-coordinate representation of color #F7C3BE: hue angle of 5.26º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7C3BE is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247195190-
CMYK00.210.230.03
HSL5.26º78.08%85.69%-
HSV(B)5.26º23.08%96.86%-
XYZ67.1762.5257.24-
YUV209.98116.73154.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.08%
GREEN value IS 195 (76.56% from 255) = 30.85%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=39.08%
G=30.85%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719519000.210.230.035.2678.0885.69
HexF7C3BE01517354e56
Octal3673032760252735116126
Binary111101111100001110111110010101101111110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C3BE; }

 p { color: rgb(247,195,190); }

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

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

 a { background-color: rgb(247,195,190); }

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

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

 span { border-color: rgb(247,195,190); }

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