#FE66FF

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

Shades of Pink Flamingo #FE66FF

Tints of Pink Flamingo #FE66FF

Color information

#FE66FF (or 0xFE66FF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 66 and FF. RGB value is (254,102,255). Sum of RGB (Red+Green+Blue) = 254+102+255=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 102 (40.23% from 255 or 16.69% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66FF is #019900. Grayscale: #A4A4A4. Windows color (decimal): -104705 or 16738046. OLE color: 16738046.

HSL color Cylindrical-coordinate representation of color #FE66FF: hue angle of 299.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66FF is Cyan = 0.00, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254102255-
CMYK0.000.600
HSL299.61º100%70%-
HSV(B)299.61º60%100%-
XYZ63.6737.7998.55-
YUV164.89178.86191.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 102 (40.23% from 255) = 16.69%
BLUE value IS 255 (100% from 255) = 41.73%
R=41.57%
G=16.69%
B=41.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541022550.000.600299.6110070
HexFE66FF03C0012c6446
Octal37614637707400454144106
Binary1111111011001101111111101111000010010110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66FF; }

 p { color: rgb(254,102,255); }

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

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

 a { background-color: rgb(254,102,255); }

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

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

 span { border-color: rgb(254,102,255); }

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