#F7A3BF

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

Shades of Carnation Pink #F7A3BF

Tints of Carnation Pink #F7A3BF

Color information

#F7A3BF (or 0xF7A3BF) is unknown color: approx Carnation Pink. HEX triplet: F7, A3 and BF. RGB value is (247,163,191). Sum of RGB (Red+Green+Blue) = 247+163+191=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3BF is #085C40. Grayscale: #BFBFBF. Windows color (decimal): -547905 or 12559351. OLE color: 12559351.

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

Color convert

RGB247163191-
CMYK00.340.230.03
HSL340º84%80.39%-
HSV(B)340º34.01%96.86%-
XYZ60.8649.7355.68-
YUV191.31127.83167.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 163 (64.06% from 255) = 27.12%
BLUE value IS 191 (75% from 255) = 31.78%
R=41.10%
G=27.12%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716319100.340.230.033408480.39
HexF7A3BF0221731545450
Octal367243277042273524124120
Binary1111011110100011101111110100010101111110101010010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A3BF; }

 p { color: rgb(247,163,191); }

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

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

 a { background-color: rgb(247,163,191); }

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

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

 span { border-color: rgb(247,163,191); }

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