#F7A0CD

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

Shades of Carnation Pink #F7A0CD

Tints of Carnation Pink #F7A0CD

Color information

#F7A0CD (or 0xF7A0CD) is unknown color: approx Carnation Pink. HEX triplet: F7, A0 and CD. RGB value is (247,160,205). Sum of RGB (Red+Green+Blue) = 247+160+205=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A0CD is #085F32. Grayscale: #BFBFBF. Windows color (decimal): -548659 or 13476087. OLE color: 13476087.

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

Color convert

RGB247160205-
CMYK00.350.170.03
HSL328.97º84.47%79.8%-
HSV(B)328.97º35.22%96.86%-
XYZ61.9549.3264.01-
YUV191.14135.82167.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.36%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=40.36%
G=26.14%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716020500.350.170.03328.9784.4779.8
HexF7A0CD0231131495450
Octal367240315043213511124120
Binary1111011110100000110011010100011100011110100100110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A0CD; }

 p { color: rgb(247,160,205); }

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

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

 a { background-color: rgb(247,160,205); }

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

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

 span { border-color: rgb(247,160,205); }

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