#FD69EE

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

Shades of Pink Flamingo #FD69EE

Tints of Pink Flamingo #FD69EE

Color information

#FD69EE (or 0xFD69EE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 69 and EE. RGB value is (253,105,238). Sum of RGB (Red+Green+Blue) = 253+105+238=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69EE is #029611. Grayscale: #A4A4A4. Windows color (decimal): -169490 or 15624701. OLE color: 15624701.

HSL color Cylindrical-coordinate representation of color #FD69EE: hue angle of 306.08º 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 #FD69EE is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253105238-
CMYK00.580.060.01
HSL306.08º97.37%70.2%-
HSV(B)306.08º58.5%99.22%-
XYZ60.9937.1684.85-
YUV164.41169.53191.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 105 (41.41% from 255) = 17.62%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=42.45%
G=17.62%
B=39.93%

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
Decimal25310523800.580.060.01306.0897.3770.2
HexFD69EE03A611326146
Octal37515135607261462141106
Binary111111011101001111011100111010110110011001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD69EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD69EE; }

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

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

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

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

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

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

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

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