#FD69EB

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

Shades of Pink Flamingo #FD69EB

Tints of Pink Flamingo #FD69EB

Color information

#FD69EB (or 0xFD69EB) is unknown color: approx Pink Flamingo. HEX triplet: FD, 69 and EB. RGB value is (253,105,235). Sum of RGB (Red+Green+Blue) = 253+105+235=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69EB is #029614. Grayscale: #A3A3A3. Windows color (decimal): -169493 or 15428093. OLE color: 15428093.

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

Color convert

RGB253105235-
CMYK00.580.070.01
HSL307.3º97.37%70.2%-
HSV(B)307.3º58.5%99.22%-
XYZ60.5536.9882.54-
YUV164.07168.03191.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 105 (41.41% from 255) = 17.71%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=42.66%
G=17.71%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310523500.580.070.01307.397.3770.2
HexFD69EB03A711336146
Octal37515135307271463141106
Binary111111011101001111010110111010111110011001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD69EB; }

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

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

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

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

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

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

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

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