Html Css Color HEX #FE4CFC Pink Flamingo

📋 copy color: '#FE4CFC'

red 254 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #FE4CFC

Tints of Pink Flamingo #FE4CFC

RGB

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

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

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

R = 43.64%
G = 13.06%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE4CFC (or 0xFE4CFC) is known color: Pink Flamingo. HEX triplet: FE, 4C and FC. RGB value is (254,76,252). Sum of RGB (Red+Green+Blue) = 254+76+252=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 76 (30.08% from 255 or 13.06% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CFC is #01B303. Grayscale: #949494. Windows color (decimal): -111364 or 16534782. OLE color: 16534782.

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

Color convert

RGB 254 76 252 -
CMYK 0 0.70 0.01 0.00
HSL 300.67º 0.99% 0.65% -
HSV(B) 300.67º 0.7% 1% -
XYZ 61.03 33.27 95.3 -
YUV 149.29 185.97 202.69 -
System Red Green Blue C M Y K H S L
Decimal 254 76 252 0 0.70 0.01 0.00 300.67 0.99 0.65
Hex FE 4C FC 0 46 1 0 12D 63 41
Octal 376 114 374 0 106 1 0 455 143 101
Binary 11111110 1001100 11111100 0 1000110 1 0 100101101 1100011 1000001

Color Harmonies of #FE4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4CFC

Black with #FE4CFC

Text Example


Text Example

White with #FE4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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