#FD5DFB

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

Shades of Pink Flamingo #FD5DFB

Tints of Pink Flamingo #FD5DFB

Color information

#FD5DFB (or 0xFD5DFB) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5D and FB. RGB value is (253,93,251). Sum of RGB (Red+Green+Blue) = 253+93+251=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 93 (36.72% from 255 or 15.58% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5DFB is #02A204. Grayscale: #9E9E9E. Windows color (decimal): -172549 or 16473597. OLE color: 16473597.

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

Color convert

RGB25393251-
CMYK00.630.010.01
HSL300.75º97.56%67.84%-
HSV(B)300.75º63.24%99.22%-
XYZ61.8335.6894.89-
YUV158.85180.01195.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 93 (36.72% from 255) = 15.58%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=42.38%
G=15.58%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539325100.630.010.01300.7597.5667.84
HexFD5DFB03F1112d6244
Octal37513537307711455142104
Binary1111110110111011111101101111111110010110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5DFB; }

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

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

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

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

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

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

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

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