Html Css Color HEX #FE5CFB Pink Flamingo

📋 copy color: '#FE5CFB'

red 254 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #FE5CFB

Tints of Pink Flamingo #FE5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.41%

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

R = 42.55%
G = 15.41%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE5CFB (or 0xFE5CFB) is known color: Pink Flamingo. HEX triplet: FE, 5C and FB. RGB value is (254,92,251). Sum of RGB (Red+Green+Blue) = 254+92+251=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 92 (36.33% from 255 or 15.41% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CFB is #01A304. Grayscale: #9E9E9E. Windows color (decimal): -107269 or 16473342. OLE color: 16473342.

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

Color convert

RGB 254 92 251 -
CMYK 0 0.64 0.01 0.00
HSL 301.11º 0.99% 0.68% -
HSV(B) 301.11º 0.64% 1% -
XYZ 62.11 35.69 94.88 -
YUV 158.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 254 92 251 0 0.64 0.01 0.00 301.11 0.99 0.68
Hex FE 5C FB 0 40 1 0 12D 63 44
Octal 376 134 373 0 100 1 0 455 143 104
Binary 11111110 1011100 11111011 0 1000000 1 0 100101101 1100011 1000100

Color Harmonies of #FE5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CFB

Black with #FE5CFB

Text Example


Text Example

White with #FE5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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