#FB99BE

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

Shades of Carnation Pink #FB99BE

Tints of Carnation Pink #FB99BE

Color information

#FB99BE (or 0xFB99BE) is unknown color: approx Carnation Pink. HEX triplet: FB, 99 and BE. RGB value is (251,153,190). Sum of RGB (Red+Green+Blue) = 251+153+190=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99BE is #046641. Grayscale: #BABABA. Windows color (decimal): -288322 or 12491259. OLE color: 12491259.

HSL color Cylindrical-coordinate representation of color #FB99BE: hue angle of 337.35º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB99BE is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251153190-
CMYK00.390.240.02
HSL337.35º92.45%79.22%-
HSV(B)337.35º39.04%98.43%-
XYZ60.4747.0154.6-
YUV186.52129.97173.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 153 (60.16% from 255) = 25.76%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=42.26%
G=25.76%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115319000.390.240.02337.3592.4579.22
HexFB99BE0271821515c4f
Octal373231276047302521134117
Binary1111101110011001101111100100111110001010101000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99BE; }

 p { color: rgb(251,153,190); }

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

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

 a { background-color: rgb(251,153,190); }

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

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

 span { border-color: rgb(251,153,190); }

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