#F7A2BC

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

Shades of Carnation Pink #F7A2BC

Tints of Carnation Pink #F7A2BC

Color information

#F7A2BC (or 0xF7A2BC) is unknown color: approx Carnation Pink. HEX triplet: F7, A2 and BC. RGB value is (247,162,188). Sum of RGB (Red+Green+Blue) = 247+162+188=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2BC is #085D43. Grayscale: #BEBEBE. Windows color (decimal): -548164 or 12362487. OLE color: 12362487.

HSL color Cylindrical-coordinate representation of color #F7A2BC: hue angle of 341.65º 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 #F7A2BC is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB247162188-
CMYK00.340.240.03
HSL341.65º84.16%80.2%-
HSV(B)341.65º34.41%96.86%-
XYZ60.3649.2553.9-
YUV190.38126.66168.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.37%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=41.37%
G=27.14%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716218800.340.240.03341.6584.1680.2
HexF7A2BC0221831565450
Octal367242274042303526124120
Binary1111011110100010101111000100010110001110101011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A2BC; }

 p { color: rgb(247,162,188); }

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

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

 a { background-color: rgb(247,162,188); }

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

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

 span { border-color: rgb(247,162,188); }

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