#F9ABCB

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

Shades of Carnation Pink #F9ABCB

Tints of Carnation Pink #F9ABCB

Color information

#F9ABCB (or 0xF9ABCB) is unknown color: approx Carnation Pink. HEX triplet: F9, AB and CB. RGB value is (249,171,203). Sum of RGB (Red+Green+Blue) = 249+171+203=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABCB is #065434. Grayscale: #C5C5C5. Windows color (decimal): -414773 or 13347833. OLE color: 13347833.

HSL color Cylindrical-coordinate representation of color #F9ABCB: hue angle of 335.38º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ABCB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249171203-
CMYK00.310.180.02
HSL335.38º86.67%82.35%-
HSV(B)335.38º31.33%97.65%-
XYZ64.4153.5863.45-
YUV197.97130.84164.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=39.97%
G=27.45%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917120300.310.180.02335.3886.6782.35
HexF9ABCB01F12214f5752
Octal371253313037222517127122
Binary111110011010101111001011011111100101010100111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABCB; }

 p { color: rgb(249,171,203); }

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

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

 a { background-color: rgb(249,171,203); }

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

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

 span { border-color: rgb(249,171,203); }

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