Html Css Color HEX #FC5AFB Pink Flamingo

📋 copy color: '#FC5AFB'

red 252 ◦ green 90 ◦ blue 251

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

Shades of Pink Flamingo #FC5AFB

Tints of Pink Flamingo #FC5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.18%

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

R = 42.5%
G = 15.18%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC5AFB (or 0xFC5AFB) is known color: Pink Flamingo. HEX triplet: FC, 5A and FB. RGB value is (252,90,251). Sum of RGB (Red+Green+Blue) = 252+90+251=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 90 (35.55% from 255 or 15.18% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AFB is #03A504. Grayscale: #9C9C9C. Windows color (decimal): -238853 or 16472828. OLE color: 16472828.

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

Color convert

RGB 252 90 251 -
CMYK 0 0.64 0.00 0.01
HSL 300.37º 0.96% 0.67% -
HSV(B) 300.37º 0.64% 0.99% -
XYZ 61.21 34.97 94.79 -
YUV 156.79 181.17 195.91 -
System Red Green Blue C M Y K H S L
Decimal 252 90 251 0 0.64 0.00 0.01 300.37 0.96 0.67
Hex FC 5A FB 0 40 0 1 12C 60 43
Octal 374 132 373 0 100 0 1 454 140 103
Binary 11111100 1011010 11111011 0 1000000 0 1 100101100 1100000 1000011

Color Harmonies of #FC5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AFB

Black with #FC5AFB

Text Example


Text Example

White with #FC5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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