#FD67ED

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

Shades of Pink Flamingo #FD67ED

Tints of Pink Flamingo #FD67ED

Color information

#FD67ED (or 0xFD67ED) is unknown color: approx Pink Flamingo. HEX triplet: FD, 67 and ED. RGB value is (253,103,237). Sum of RGB (Red+Green+Blue) = 253+103+237=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 103 (40.62% from 255 or 17.37% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD67ED is #029812. Grayscale: #A2A2A2. Windows color (decimal): -170003 or 15558653. OLE color: 15558653.

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

Color convert

RGB253103237-
CMYK00.590.060.01
HSL306.4º97.4%69.8%-
HSV(B)306.4º59.29%99.22%-
XYZ60.6436.784.01-
YUV163.13169.7192.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 103 (40.62% from 255) = 17.37%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=42.66%
G=17.37%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310323700.590.060.01306.497.469.8
HexFD67ED03B611326146
Octal37514735507361462141106
Binary111111011100111111011010111011110110011001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD67ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD67ED; }

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

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

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

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

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

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

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

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