#F9A1CC

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

Shades of Carnation Pink #F9A1CC

Tints of Carnation Pink #F9A1CC

Color information

#F9A1CC (or 0xF9A1CC) is unknown color: approx Carnation Pink. HEX triplet: F9, A1 and CC. RGB value is (249,161,204). Sum of RGB (Red+Green+Blue) = 249+161+204=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1CC is #065E33. Grayscale: #C0C0C0. Windows color (decimal): -417332 or 13410809. OLE color: 13410809.

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

Color convert

RGB249161204-
CMYK00.350.180.02
HSL330.68º88%80.39%-
HSV(B)330.68º35.34%97.65%-
XYZ62.7149.9963.47-
YUV192.21134.65168.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=40.55%
G=26.22%
B=33.22%

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
Decimal24916120400.350.180.02330.688880.39
HexF9A1CC02312214b5850
Octal371241314043222513130120
Binary1111100110100001110011000100011100101010100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A1CC; }

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

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

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

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

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

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

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

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