#FD69ED

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

Shades of Pink Flamingo #FD69ED

Tints of Pink Flamingo #FD69ED

Color information

#FD69ED (or 0xFD69ED) is unknown color: approx Pink Flamingo. HEX triplet: FD, 69 and ED. RGB value is (253,105,237). Sum of RGB (Red+Green+Blue) = 253+105+237=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 105 (41.41% from 255 or 17.65% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69ED is #029612. Grayscale: #A3A3A3. Windows color (decimal): -169491 or 15559165. OLE color: 15559165.

HSL color Cylindrical-coordinate representation of color #FD69ED: hue angle of 306.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD69ED is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253105237-
CMYK00.580.060.01
HSL306.49º97.37%70.2%-
HSV(B)306.49º58.5%99.22%-
XYZ60.8537.184.07-
YUV164.3169.03191.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 105 (41.41% from 255) = 17.65%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=42.52%
G=17.65%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310523700.580.060.01306.4997.3770.2
HexFD69ED03A611326146
Octal37515135507261462141106
Binary111111011101001111011010111010110110011001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD69ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD69ED; }

 p { color: rgb(253,105,237); }

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

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

 a { background-color: rgb(253,105,237); }

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

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

 span { border-color: rgb(253,105,237); }

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