Html Css Color HEX #FD4CFE Pink Flamingo

📋 copy color: '#FD4CFE'

red 253 ◦ green 76 ◦ blue 254

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

Shades of Pink Flamingo #FD4CFE

Tints of Pink Flamingo #FD4CFE

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FD4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CFE

Black with #FD4CFE

Text Example


Text Example

White with #FD4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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