Html Css Color HEX #FC5DED Pink Flamingo

📋 copy color: '#FC5DED'

red 252 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #FC5DED

Tints of Pink Flamingo #FC5DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.98%

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

R = 43.3%
G = 15.98%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC5DED (or 0xFC5DED) is known color: Pink Flamingo. HEX triplet: FC, 5D and ED. RGB value is (252,93,237). Sum of RGB (Red+Green+Blue) = 252+93+237=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 93 (36.72% from 255 or 15.98% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DED is #03A212. Grayscale: #9C9C9C. Windows color (decimal): -238099 or 15556092. OLE color: 15556092.

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

Color convert

RGB 252 93 237 -
CMYK 0 0.63 0.06 0.01
HSL 305.66º 0.96% 0.68% -
HSV(B) 305.66º 0.63% 0.99% -
XYZ 59.35 34.64 83.68 -
YUV 156.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 252 93 237 0 0.63 0.06 0.01 305.66 0.96 0.68
Hex FC 5D ED 0 3F 6 1 132 60 44
Octal 374 135 355 0 77 6 1 462 140 104
Binary 11111100 1011101 11101101 0 111111 110 1 100110010 1100000 1000100

Color Harmonies of #FC5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DED

Black with #FC5DED

Text Example


Text Example

White with #FC5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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