Html Css Color HEX #FC5EFB Pink Flamingo

📋 copy color: '#FC5EFB'

red 252 ◦ green 94 ◦ blue 251

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

Shades of Pink Flamingo #FC5EFB

Tints of Pink Flamingo #FC5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.75%

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 42.21%
G = 15.75%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC5EFB (or 0xFC5EFB) is known color: Pink Flamingo. HEX triplet: FC, 5E and FB. RGB value is (252,94,251). Sum of RGB (Red+Green+Blue) = 252+94+251=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 94 (37.11% from 255 or 15.75% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EFB is #03A104. Grayscale: #9E9E9E. Windows color (decimal): -237829 or 16473852. OLE color: 16473852.

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

Color convert

RGB 252 94 251 -
CMYK 0 0.63 0.00 0.01
HSL 300.38º 0.96% 0.68% -
HSV(B) 300.38º 0.63% 0.99% -
XYZ 61.56 35.67 94.91 -
YUV 159.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 252 94 251 0 0.63 0.00 0.01 300.38 0.96 0.68
Hex FC 5E FB 0 3F 0 1 12C 60 44
Octal 374 136 373 0 77 0 1 454 140 104
Binary 11111100 1011110 11111011 0 111111 0 1 100101100 1100000 1000100

Color Harmonies of #FC5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EFB

Black with #FC5EFB

Text Example


Text Example

White with #FC5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EFB; }

 p { color: rgb(252,94,251); }

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

background-color css

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

 a { background-color: rgb(252,94,251); }

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

border-color css

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

 span { border-color: rgb(252,94,251); }

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