#F9A1BC

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

Shades of Carnation Pink #F9A1BC

Tints of Carnation Pink #F9A1BC

Color information

#F9A1BC (or 0xF9A1BC) is unknown color: approx Carnation Pink. HEX triplet: F9, A1 and BC. RGB value is (249,161,188). Sum of RGB (Red+Green+Blue) = 249+161+188=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1BC is #065E43. Grayscale: #BEBEBE. Windows color (decimal): -417348 or 12362233. OLE color: 12362233.

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

Color convert

RGB249161188-
CMYK00.350.240.02
HSL341.59º88%80.39%-
HSV(B)341.59º35.34%97.65%-
XYZ60.8949.2653.88-
YUV190.39126.65169.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.64%
GREEN value IS 161 (63.28% from 255) = 26.92%
BLUE value IS 188 (73.83% from 255) = 31.44%
R=41.64%
G=26.92%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916118800.350.240.02341.598880.39
HexF9A1BC0231821565850
Octal371241274043302526130120
Binary1111100110100001101111000100011110001010101011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A1BC; }

 p { color: rgb(249,161,188); }

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

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

 a { background-color: rgb(249,161,188); }

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

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

 span { border-color: rgb(249,161,188); }

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