#FD5FEB

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

Shades of Pink Flamingo #FD5FEB

Tints of Pink Flamingo #FD5FEB

Color information

#FD5FEB (or 0xFD5FEB) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5F and EB. RGB value is (253,95,235). Sum of RGB (Red+Green+Blue) = 253+95+235=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 95 (37.5% from 255 or 16.30% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5FEB is #02A014. Grayscale: #9D9D9D. Windows color (decimal): -172053 or 15425533. OLE color: 15425533.

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

Color convert

RGB25395235-
CMYK00.620.070.01
HSL306.84º97.53%68.24%-
HSV(B)306.84º62.45%99.22%-
XYZ59.635.0782.22-
YUV158.2171.35195.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 95 (37.5% from 255) = 16.30%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=43.40%
G=16.30%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539523500.620.070.01306.8497.5368.24
HexFD5FEB03E711336244
Octal37513735307671463142104
Binary111111011011111111010110111110111110011001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5FEB; }

 p { color: rgb(253,95,235); }

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

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

 a { background-color: rgb(253,95,235); }

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

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

 span { border-color: rgb(253,95,235); }

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