#FF9ABB

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

Shades of Carnation Pink #FF9ABB

Tints of Carnation Pink #FF9ABB

Color information

#FF9ABB (or 0xFF9ABB) is unknown color: approx Carnation Pink. HEX triplet: FF, 9A and BB. RGB value is (255,154,187). Sum of RGB (Red+Green+Blue) = 255+154+187=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ABB is #006544. Grayscale: #BBBBBB. Windows color (decimal): -25925 or 12294911. OLE color: 12294911.

HSL color Cylindrical-coordinate representation of color #FF9ABB: hue angle of 340.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9ABB is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255154187-
CMYK00.400.270
HSL340.4º100%80.2%-
HSV(B)340.4º39.61%100%-
XYZ61.7747.9653.02-
YUV187.96127.46175.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=42.79%
G=25.84%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515418700.400.270340.410080.2
HexFF9ABB0281B01546450
Octal377232273050330524144120
Binary111111111001101010111011010100011011010101010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ABB; }

 p { color: rgb(255,154,187); }

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

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

 a { background-color: rgb(255,154,187); }

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

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

 span { border-color: rgb(255,154,187); }

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