#F9A2C8

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

Shades of Carnation Pink #F9A2C8

Tints of Carnation Pink #F9A2C8

Color information

#F9A2C8 (or 0xF9A2C8) is unknown color: approx Carnation Pink. HEX triplet: F9, A2 and C8. RGB value is (249,162,200). Sum of RGB (Red+Green+Blue) = 249+162+200=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2C8 is #065D37. Grayscale: #C0C0C0. Windows color (decimal): -417080 or 13148921. OLE color: 13148921.

HSL color Cylindrical-coordinate representation of color #F9A2C8: hue angle of 333.79º 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 #F9A2C8 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249162200-
CMYK00.350.200.02
HSL333.79º87.88%80.59%-
HSV(B)333.79º34.94%97.65%-
XYZ62.4150.1561.03-
YUV192.34132.32168.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=40.75%
G=26.51%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916220000.350.200.02333.7987.8880.59
HexF9A2C802314214e5851
Octal371242310043242516130121
Binary1111100110100010110010000100011101001010100111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A2C8; }

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

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

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

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

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

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

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

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