#FF99BF

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

Shades of Carnation Pink #FF99BF

Tints of Carnation Pink #FF99BF

Color information

#FF99BF (or 0xFF99BF) is unknown color: approx Carnation Pink. HEX triplet: FF, 99 and BF. RGB value is (255,153,191). Sum of RGB (Red+Green+Blue) = 255+153+191=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99BF is #006640. Grayscale: #BBBBBB. Windows color (decimal): -26177 or 12556799. OLE color: 12556799.

HSL color Cylindrical-coordinate representation of color #FF99BF: hue angle of 337.65º 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 #FF99BF is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255153191-
CMYK00.40.250
HSL337.65º100%80%-
HSV(B)337.65º40%100%-
XYZ62.0447.855.25-
YUV187.83129.79175.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 153 (60.16% from 255) = 25.54%
BLUE value IS 191 (75% from 255) = 31.89%
R=42.57%
G=25.54%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515319100.40.250337.6510080
HexFF99BF0281901526450
Octal377231277050310522144120
Binary111111111001100110111111010100011001010101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99BF; }

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

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

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

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

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

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

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

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