#FB5AE8

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

Shades of Pink Flamingo #FB5AE8

Tints of Pink Flamingo #FB5AE8

Color information

#FB5AE8 (or 0xFB5AE8) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5A and E8. RGB value is (251,90,232). Sum of RGB (Red+Green+Blue) = 251+90+232=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 90 (35.55% from 255 or 15.71% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AE8 is #04A517. Grayscale: #999999. Windows color (decimal): -304408 or 15227643. OLE color: 15227643.

HSL color Cylindrical-coordinate representation of color #FB5AE8: hue angle of 307.08º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AE8 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB25190232-
CMYK00.640.080.02
HSL307.08º95.27%66.86%-
HSV(B)307.08º64.14%98.43%-
XYZ58.0133.6579.78-
YUV154.33171.84196.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 90 (35.55% from 255) = 15.71%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=43.80%
G=15.71%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519023200.640.080.02307.0895.2766.86
HexFB5AE8040821335f43
Octal3731323500100102463137103
Binary111110111011010111010000100000010001010011001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5AE8; }

 p { color: rgb(251,90,232); }

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

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

 a { background-color: rgb(251,90,232); }

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

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

 span { border-color: rgb(251,90,232); }

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