Html Css Color HEX #FE66FF Pink Flamingo

📋 copy color: '#FE66FF'

red 254 ◦ green 102 ◦ blue 255

#FE66FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FE66FF

Tints of Pink Flamingo #FE66FF

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 value IS 0.00

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE66FF (or 0xFE66FF) is known color: 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

RGB 254 102 255 -
CMYK 0.00 0.6 0 0
HSL 299.61º 1% 0.7% -
HSV(B) 299.61º 0.6% 1% -
XYZ 63.67 37.79 98.55 -
YUV 164.89 178.86 191.56 -
System Red Green Blue C M Y K H S L
Decimal 254 102 255 0.00 0.6 0 0 299.61 1 0.7
Hex FE 66 FF 0 3C 0 0 12C 64 46
Octal 376 146 377 0 74 0 0 454 144 106
Binary 11111110 1100110 11111111 0 111100 0 0 100101100 1100100 1000110

Color Harmonies of #FE66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE66FF

Black with #FE66FF

Text Example


Text Example

White with #FE66FF

Text Example


Text Example

HTML Codes & Css Web 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>