#F7A2CD

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

Shades of Carnation Pink #F7A2CD

Tints of Carnation Pink #F7A2CD

Color information

#F7A2CD (or 0xF7A2CD) is unknown color: approx Carnation Pink. HEX triplet: F7, A2 and CD. RGB value is (247,162,205). Sum of RGB (Red+Green+Blue) = 247+162+205=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2CD is #085D32. Grayscale: #C0C0C0. Windows color (decimal): -548147 or 13476599. OLE color: 13476599.

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

Color convert

RGB247162205-
CMYK00.340.170.03
HSL329.65º84.16%80.2%-
HSV(B)329.65º34.41%96.86%-
XYZ62.350.0264.13-
YUV192.32135.16167-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 162 (63.67% from 255) = 26.38%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=40.23%
G=26.38%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716220500.340.170.03329.6584.1680.2
HexF7A2CD02211314a5450
Octal367242315042213512124120
Binary1111011110100010110011010100010100011110100101010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A2CD; }

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

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

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

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

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

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

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

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