Html Css Color HEX #FE66FB Pink Flamingo

📋 copy color: '#FE66FB'

red 254 ◦ green 102 ◦ blue 251

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

Shades of Pink Flamingo #FE66FB

Tints of Pink Flamingo #FE66FB

RGB

 RED value IS 254 (99.61% from 255) = 41.85%

 GREEN value IS 102 (40.23% from 255) = 16.8%

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 41.85%
G = 16.8%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE66FB (or 0xFE66FB) is known color: Pink Flamingo. HEX triplet: FE, 66 and FB. RGB value is (254,102,251). Sum of RGB (Red+Green+Blue) = 254+102+251=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 102 (40.23% from 255 or 16.80% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66FB is #019904. Grayscale: #A3A3A3. Windows color (decimal): -104709 or 16475902. OLE color: 16475902.

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

Color convert

RGB 254 102 251 -
CMYK 0 0.60 0.01 0.00
HSL 301.18º 0.99% 0.7% -
HSV(B) 301.18º 0.6% 1% -
XYZ 63.04 37.54 95.19 -
YUV 164.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 254 102 251 0 0.60 0.01 0.00 301.18 0.99 0.7
Hex FE 66 FB 0 3C 1 0 12D 63 46
Octal 376 146 373 0 74 1 0 455 143 106
Binary 11111110 1100110 11111011 0 111100 1 0 100101101 1100011 1000110

Color Harmonies of #FE66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE66FB

Black with #FE66FB

Text Example


Text Example

White with #FE66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE66FB; }

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

 H1.HeaderClassName
 {
   color: #FE66FB;
 }
 .AnyTagClassName
 {
   color: #FE66FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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