Html Css Color HEX #FE65FB Pink Flamingo

📋 copy color: '#FE65FB'

red 254 ◦ green 101 ◦ blue 251

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

Shades of Pink Flamingo #FE65FB

Tints of Pink Flamingo #FE65FB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.67%

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

R = 41.91%
G = 16.67%
B = 41.42%

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

#FE65FB (or 0xFE65FB) is known color: Pink Flamingo. HEX triplet: FE, 65 and FB. RGB value is (254,101,251). Sum of RGB (Red+Green+Blue) = 254+101+251=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 101 (39.84% from 255 or 16.67% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65FB is #019A04. Grayscale: #A3A3A3. Windows color (decimal): -104965 or 16475646. OLE color: 16475646.

HSL color Cylindrical-coordinate representation of color #FE65FB: 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 #FE65FB is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 251 -
CMYK 0 0.60 0.01 0.00
HSL 301.18º 0.99% 0.7% -
HSV(B) 301.18º 0.6% 1% -
XYZ 62.94 37.34 95.16 -
YUV 163.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 254 101 251 0 0.60 0.01 0.00 301.18 0.99 0.7
Hex FE 65 FB 0 3C 1 0 12D 63 46
Octal 376 145 373 0 74 1 0 455 143 106
Binary 11111110 1100101 11111011 0 111100 1 0 100101101 1100011 1000110

Color Harmonies of #FE65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65FB

Black with #FE65FB

Text Example


Text Example

White with #FE65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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