Html Css Color HEX #FC5BEA Pink Flamingo

📋 copy color: '#FC5BEA'

red 252 ◦ green 91 ◦ blue 234

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

Shades of Pink Flamingo #FC5BEA

Tints of Pink Flamingo #FC5BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.77%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 43.67%
G = 15.77%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC5BEA (or 0xFC5BEA) is known color: Pink Flamingo. HEX triplet: FC, 5B and EA. RGB value is (252,91,234). Sum of RGB (Red+Green+Blue) = 252+91+234=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5BEA is #03A415. Grayscale: #9B9B9B. Windows color (decimal): -238614 or 15358972. OLE color: 15358972.

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

Color convert

RGB 252 91 234 -
CMYK 0 0.64 0.07 0.01
HSL 306.71º 0.96% 0.67% -
HSV(B) 306.71º 0.64% 0.99% -
XYZ 58.74 34.12 81.33 -
YUV 155.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 252 91 234 0 0.64 0.07 0.01 306.71 0.96 0.67
Hex FC 5B EA 0 40 7 1 133 60 43
Octal 374 133 352 0 100 7 1 463 140 103
Binary 11111100 1011011 11101010 0 1000000 111 1 100110011 1100000 1000011

Color Harmonies of #FC5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BEA

Black with #FC5BEA

Text Example


Text Example

White with #FC5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BEA; }

 p { color: rgb(252,91,234); }

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

background-color css

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

 a { background-color: rgb(252,91,234); }

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

border-color css

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

 span { border-color: rgb(252,91,234); }

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