#F9A4BE

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

Shades of Carnation Pink #F9A4BE

Tints of Carnation Pink #F9A4BE

Color information

#F9A4BE (or 0xF9A4BE) is unknown color: approx Carnation Pink. HEX triplet: F9, A4 and BE. RGB value is (249,164,190). Sum of RGB (Red+Green+Blue) = 249+164+190=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A4BE is #065B41. Grayscale: #C0C0C0. Windows color (decimal): -416578 or 12494073. OLE color: 12494073.

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

Color convert

RGB249164190-
CMYK00.340.240.02
HSL341.65º87.63%80.98%-
HSV(B)341.65º34.14%97.65%-
XYZ61.6450.4155.2-
YUV192.38126.66168.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=41.29%
G=27.20%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916419000.340.240.02341.6587.6380.98
HexF9A4BE0221821565851
Octal371244276042302526130121
Binary1111100110100100101111100100010110001010101011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A4BE; }

 p { color: rgb(249,164,190); }

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

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

 a { background-color: rgb(249,164,190); }

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

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

 span { border-color: rgb(249,164,190); }

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