Html Css Color HEX #FE4CFD Pink Flamingo

📋 copy color: '#FE4CFD'

red 254 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #FE4CFD

Tints of Pink Flamingo #FE4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.04%

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

R = 43.57%
G = 13.04%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE4CFD (or 0xFE4CFD) is known color: Pink Flamingo. HEX triplet: FE, 4C and FD. RGB value is (254,76,253). Sum of RGB (Red+Green+Blue) = 254+76+253=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 76 (30.08% from 255 or 13.04% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CFD is #01B302. Grayscale: #949494. Windows color (decimal): -111363 or 16600318. OLE color: 16600318.

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

Color convert

RGB 254 76 253 -
CMYK 0 0.70 0.00 0.00
HSL 300.34º 0.99% 0.65% -
HSV(B) 300.34º 0.7% 1% -
XYZ 61.19 33.33 96.14 -
YUV 149.4 186.47 202.61 -
System Red Green Blue C M Y K H S L
Decimal 254 76 253 0 0.70 0.00 0.00 300.34 0.99 0.65
Hex FE 4C FD 0 46 0 0 12C 63 41
Octal 376 114 375 0 106 0 0 454 143 101
Binary 11111110 1001100 11111101 0 1000110 0 0 100101100 1100011 1000001

Color Harmonies of #FE4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4CFD

Black with #FE4CFD

Text Example


Text Example

White with #FE4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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