Html Css Color HEX #FC5DFB Pink Flamingo

📋 copy color: '#FC5DFB'

red 252 ◦ green 93 ◦ blue 251

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

Shades of Pink Flamingo #FC5DFB

Tints of Pink Flamingo #FC5DFB

RGB

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

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

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

R = 42.28%
G = 15.6%
B = 42.11%

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

#FC5DFB (or 0xFC5DFB) is known color: Pink Flamingo. HEX triplet: FC, 5D and FB. RGB value is (252,93,251). Sum of RGB (Red+Green+Blue) = 252+93+251=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 93 (36.72% from 255 or 15.60% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DFB is #03A204. Grayscale: #9E9E9E. Windows color (decimal): -238085 or 16473596. OLE color: 16473596.

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

Color convert

RGB 252 93 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.47 35.49 94.88 -
YUV 158.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 252 93 251 0 0.63 0.00 0.01 300.38 0.96 0.68
Hex FC 5D FB 0 3F 0 1 12C 60 44
Octal 374 135 373 0 77 0 1 454 140 104
Binary 11111100 1011101 11111011 0 111111 0 1 100101100 1100000 1000100

Color Harmonies of #FC5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DFB

Black with #FC5DFB

Text Example


Text Example

White with #FC5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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