Html Css Color HEX #FC4DED Pink Flamingo

📋 copy color: '#FC4DED'

red 252 ◦ green 77 ◦ blue 237

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

Shades of Pink Flamingo #FC4DED

Tints of Pink Flamingo #FC4DED

RGB

 RED value IS 252 (98.83% from 255) = 44.52%

 GREEN value IS 77 (30.47% from 255) = 13.6%

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 44.52%
G = 13.6%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC4DED (or 0xFC4DED) is known color: Pink Flamingo. HEX triplet: FC, 4D and ED. RGB value is (252,77,237). Sum of RGB (Red+Green+Blue) = 252+77+237=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DED is #03B212. Grayscale: #939393. Windows color (decimal): -242195 or 15551996. OLE color: 15551996.

HSL color Cylindrical-coordinate representation of color #FC4DED: hue angle of 305.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4DED is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 77 237 -
CMYK 0 0.69 0.06 0.01
HSL 305.14º 0.97% 0.65% -
HSV(B) 305.14º 0.69% 0.99% -
XYZ 58.08 32.12 83.26 -
YUV 147.57 178.48 202.49 -
System Red Green Blue C M Y K H S L
Decimal 252 77 237 0 0.69 0.06 0.01 305.14 0.97 0.65
Hex FC 4D ED 0 45 6 1 131 61 41
Octal 374 115 355 0 105 6 1 461 141 101
Binary 11111100 1001101 11101101 0 1000101 110 1 100110001 1100001 1000001

Color Harmonies of #FC4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DED

Black with #FC4DED

Text Example


Text Example

White with #FC4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DED; }

 p { color: rgb(252,77,237); }

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

background-color css

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

 a { background-color: rgb(252,77,237); }

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

border-color css

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

 span { border-color: rgb(252,77,237); }

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