Html Css Color HEX #FE5DFC Pink Flamingo

📋 copy color: '#FE5DFC'

red 254 ◦ green 93 ◦ blue 252

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

Shades of Pink Flamingo #FE5DFC

Tints of Pink Flamingo #FE5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.53%

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 42.4%
G = 15.53%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE5DFC (or 0xFE5DFC) is known color: Pink Flamingo. HEX triplet: FE, 5D and FC. RGB value is (254,93,252). Sum of RGB (Red+Green+Blue) = 254+93+252=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 93 (36.72% from 255 or 15.53% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DFC is #01A203. Grayscale: #9E9E9E. Windows color (decimal): -107012 or 16539134. OLE color: 16539134.

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

Color convert

RGB 254 93 252 -
CMYK 0 0.63 0.01 0.00
HSL 300.75º 0.99% 0.68% -
HSV(B) 300.75º 0.63% 1% -
XYZ 62.36 35.93 95.74 -
YUV 159.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 254 93 252 0 0.63 0.01 0.00 300.75 0.99 0.68
Hex FE 5D FC 0 3F 1 0 12D 63 44
Octal 376 135 374 0 77 1 0 455 143 104
Binary 11111110 1011101 11111100 0 111111 1 0 100101101 1100011 1000100

Color Harmonies of #FE5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DFC

Black with #FE5DFC

Text Example


Text Example

White with #FE5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DFC; }

 p { color: rgb(254,93,252); }

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

background-color css

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

 a { background-color: rgb(254,93,252); }

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

border-color css

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

 span { border-color: rgb(254,93,252); }

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