#FF9BBF

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

Shades of Carnation Pink #FF9BBF

Tints of Carnation Pink #FF9BBF

Color information

#FF9BBF (or 0xFF9BBF) is unknown color: approx Carnation Pink. HEX triplet: FF, 9B and BF. RGB value is (255,155,191). Sum of RGB (Red+Green+Blue) = 255+155+191=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BBF is #006440. Grayscale: #BCBCBC. Windows color (decimal): -25665 or 12557311. OLE color: 12557311.

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

Color convert

RGB255155191-
CMYK00.390.250
HSL338.4º100%80.39%-
HSV(B)338.4º39.22%100%-
XYZ62.3748.4655.36-
YUV189129.13175.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 191 (75% from 255) = 31.78%
R=42.43%
G=25.79%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515519100.390.250338.410080.39
HexFF9BBF0271901526450
Octal377233277047310522144120
Binary111111111001101110111111010011111001010101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BBF; }

 p { color: rgb(255,155,191); }

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

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

 a { background-color: rgb(255,155,191); }

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

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

 span { border-color: rgb(255,155,191); }

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