#FD65EB

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

Shades of Pink Flamingo #FD65EB

Tints of Pink Flamingo #FD65EB

Color information

#FD65EB (or 0xFD65EB) is unknown color: approx Pink Flamingo. HEX triplet: FD, 65 and EB. RGB value is (253,101,235). Sum of RGB (Red+Green+Blue) = 253+101+235=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65EB is #029A14. Grayscale: #A1A1A1. Windows color (decimal): -170517 or 15427069. OLE color: 15427069.

HSL color Cylindrical-coordinate representation of color #FD65EB: hue angle of 307.11º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65EB is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253101235-
CMYK00.600.070.01
HSL307.11º97.44%69.41%-
HSV(B)307.11º60.08%99.22%-
XYZ60.1636.1982.41-
YUV161.72169.36193.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 101 (39.84% from 255) = 17.15%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=42.95%
G=17.15%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310123500.600.070.01307.1197.4469.41
HexFD65EB03C711336145
Octal37514535307471463141105
Binary111111011100101111010110111100111110011001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65EB; }

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

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

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

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

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

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

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

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