Html Css Color HEX #FC5BEE Pink Flamingo

📋 copy color: '#FC5BEE'

red 252 ◦ green 91 ◦ blue 238

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

Shades of Pink Flamingo #FC5BEE

Tints of Pink Flamingo #FC5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 43.37%
G = 15.66%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC5BEE (or 0xFC5BEE) is known color: Pink Flamingo. HEX triplet: FC, 5B and EE. RGB value is (252,91,238). Sum of RGB (Red+Green+Blue) = 252+91+238=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5BEE is #03A411. Grayscale: #9B9B9B. Windows color (decimal): -238610 or 15621116. OLE color: 15621116.

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

Color convert

RGB 252 91 238 -
CMYK 0 0.64 0.06 0.01
HSL 305.22º 0.96% 0.67% -
HSV(B) 305.22º 0.64% 0.99% -
XYZ 59.32 34.35 84.39 -
YUV 155.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 252 91 238 0 0.64 0.06 0.01 305.22 0.96 0.67
Hex FC 5B EE 0 40 6 1 131 60 43
Octal 374 133 356 0 100 6 1 461 140 103
Binary 11111100 1011011 11101110 0 1000000 110 1 100110001 1100000 1000011

Color Harmonies of #FC5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BEE

Black with #FC5BEE

Text Example


Text Example

White with #FC5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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