#FD4BFF

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

Shades of Pink Flamingo #FD4BFF

Tints of Pink Flamingo #FD4BFF

Color information

#FD4BFF (or 0xFD4BFF) is unknown color: approx Pink Flamingo. HEX triplet: FD, 4B and FF. RGB value is (253,75,255). Sum of RGB (Red+Green+Blue) = 253+75+255=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 75 (29.69% from 255 or 12.86% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4BFF is #02B400. Grayscale: #949494. Windows color (decimal): -177153 or 16731133. OLE color: 16731133.

HSL color Cylindrical-coordinate representation of color #FD4BFF: hue angle of 299.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4BFF is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25375255-
CMYK0.010.7100
HSL299.33º100%64.71%-
HSV(B)299.33º70.59%100%-
XYZ61.0733.1397.78-
YUV148.74187.97202.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 75 (29.69% from 255) = 12.86%
BLUE value IS 255 (100% from 255) = 43.74%
R=43.40%
G=12.86%
B=43.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253752550.010.7100299.3310064.71
HexFD4BFF1470012b6441
Octal375113377110700453144101
Binary11111101100101111111111110001110010010101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4BFF; }

 p { color: rgb(253,75,255); }

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

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

 a { background-color: rgb(253,75,255); }

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

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

 span { border-color: rgb(253,75,255); }

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