#F9A2CD

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

Shades of Carnation Pink #F9A2CD

Tints of Carnation Pink #F9A2CD

Color information

#F9A2CD (or 0xF9A2CD) is unknown color: approx Carnation Pink. HEX triplet: F9, A2 and CD. RGB value is (249,162,205). Sum of RGB (Red+Green+Blue) = 249+162+205=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2CD is #065D32. Grayscale: #C0C0C0. Windows color (decimal): -417075 or 13476601. OLE color: 13476601.

HSL color Cylindrical-coordinate representation of color #F9A2CD: hue angle of 330.34º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2CD is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249162205-
CMYK00.350.180.02
HSL330.34º87.88%80.59%-
HSV(B)330.34º34.94%97.65%-
XYZ63.0150.3964.16-
YUV192.92134.82168-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 162 (63.67% from 255) = 26.30%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=40.42%
G=26.30%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916220500.350.180.02330.3487.8880.59
HexF9A2CD02312214a5851
Octal371242315043222512130121
Binary1111100110100010110011010100011100101010100101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A2CD; }

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

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

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

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

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

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

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

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