#FD5AFB

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

Shades of Pink Flamingo #FD5AFB

Tints of Pink Flamingo #FD5AFB

Color information

#FD5AFB (or 0xFD5AFB) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5A and FB. RGB value is (253,90,251). Sum of RGB (Red+Green+Blue) = 253+90+251=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 90 (35.55% from 255 or 15.15% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5AFB is #02A504. Grayscale: #9C9C9C. Windows color (decimal): -173317 or 16472829. OLE color: 16472829.

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

Color convert

RGB25390251-
CMYK00.640.010.01
HSL300.74º97.6%67.25%-
HSV(B)300.74º64.43%99.22%-
XYZ61.5835.1694.81-
YUV157.09181196.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 90 (35.55% from 255) = 15.15%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=42.59%
G=15.15%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539025100.640.010.01300.7497.667.25
HexFD5AFB0401112d6243
Octal375132373010011455142103
Binary11111101101101011111011010000001110010110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5AFB; }

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

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

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

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

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

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

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

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