#F9A5C9

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

Shades of Carnation Pink #F9A5C9

Tints of Carnation Pink #F9A5C9

Color information

#F9A5C9 (or 0xF9A5C9) is unknown color: approx Carnation Pink. HEX triplet: F9, A5 and C9. RGB value is (249,165,201). Sum of RGB (Red+Green+Blue) = 249+165+201=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A5C9 is #065A36. Grayscale: #C2C2C2. Windows color (decimal): -416311 or 13215225. OLE color: 13215225.

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

Color convert

RGB249165201-
CMYK00.340.190.02
HSL334.29º87.5%81.18%-
HSV(B)334.29º33.73%97.65%-
XYZ63.0651.2761.83-
YUV194.22131.83167.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.49%
GREEN value IS 165 (64.84% from 255) = 26.83%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=40.49%
G=26.83%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916520100.340.190.02334.2987.581.18
HexF9A5C902213214e5851
Octal371245311042232516130121
Binary1111100110100101110010010100010100111010100111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A5C9; }

 p { color: rgb(249,165,201); }

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

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

 a { background-color: rgb(249,165,201); }

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

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

 span { border-color: rgb(249,165,201); }

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