Html Css Color HEX #FE5CFD Pink Flamingo

📋 copy color: '#FE5CFD'

red 254 ◦ green 92 ◦ blue 253

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

Shades of Pink Flamingo #FE5CFD

Tints of Pink Flamingo #FE5CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 42.4%
G = 15.36%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE5CFD (or 0xFE5CFD) is known color: Pink Flamingo. HEX triplet: FE, 5C and FD. RGB value is (254,92,253). Sum of RGB (Red+Green+Blue) = 254+92+253=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 92 (36.33% from 255 or 15.36% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CFD is #01A302. Grayscale: #9E9E9E. Windows color (decimal): -107267 or 16604414. OLE color: 16604414.

HSL color Cylindrical-coordinate representation of color #FE5CFD: hue angle of 300.37º 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 #FE5CFD is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 92 253 -
CMYK 0 0.64 0.00 0.00
HSL 300.37º 0.99% 0.68% -
HSV(B) 300.37º 0.64% 1% -
XYZ 62.43 35.82 96.55 -
YUV 158.79 181.17 195.91 -
System Red Green Blue C M Y K H S L
Decimal 254 92 253 0 0.64 0.00 0.00 300.37 0.99 0.68
Hex FE 5C FD 0 40 0 0 12C 63 44
Octal 376 134 375 0 100 0 0 454 143 104
Binary 11111110 1011100 11111101 0 1000000 0 0 100101100 1100011 1000100

Color Harmonies of #FE5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CFD

Black with #FE5CFD

Text Example


Text Example

White with #FE5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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