#FF9CBB

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

Shades of Carnation Pink #FF9CBB

Tints of Carnation Pink #FF9CBB

Color information

#FF9CBB (or 0xFF9CBB) is unknown color: approx Carnation Pink. HEX triplet: FF, 9C and BB. RGB value is (255,156,187). Sum of RGB (Red+Green+Blue) = 255+156+187=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CBB is #006344. Grayscale: #BDBDBD. Windows color (decimal): -25413 or 12295423. OLE color: 12295423.

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

Color convert

RGB255156187-
CMYK00.390.270
HSL341.21º100%80.59%-
HSV(B)341.21º38.82%100%-
XYZ62.148.6253.13-
YUV189.14126.8174.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=42.64%
G=26.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515618700.390.270341.2110080.59
HexFF9CBB0271B01556451
Octal377234273047330525144121
Binary111111111001110010111011010011111011010101010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CBB; }

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

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

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

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

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

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

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

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