Html Css Color HEX #FC4CEB Pink Flamingo

📋 copy color: '#FC4CEB'

red 252 ◦ green 76 ◦ blue 235

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

Shades of Pink Flamingo #FC4CEB

Tints of Pink Flamingo #FC4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.5%

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 44.76%
G = 13.5%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC4CEB (or 0xFC4CEB) is known color: Pink Flamingo. HEX triplet: FC, 4C and EB. RGB value is (252,76,235). Sum of RGB (Red+Green+Blue) = 252+76+235=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4CEB is #03B314. Grayscale: #929292. Windows color (decimal): -242453 or 15420668. OLE color: 15420668.

HSL color Cylindrical-coordinate representation of color #FC4CEB: hue angle of 305.8º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CEB is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 235 -
CMYK 0 0.70 0.07 0.01
HSL 305.8º 0.97% 0.64% -
HSV(B) 305.8º 0.7% 0.99% -
XYZ 57.72 31.86 81.7 -
YUV 146.75 177.81 203.07 -
System Red Green Blue C M Y K H S L
Decimal 252 76 235 0 0.70 0.07 0.01 305.8 0.97 0.64
Hex FC 4C EB 0 46 7 1 132 61 40
Octal 374 114 353 0 106 7 1 462 141 100
Binary 11111100 1001100 11101011 0 1000110 111 1 100110010 1100001 1000000

Color Harmonies of #FC4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CEB

Black with #FC4CEB

Text Example


Text Example

White with #FC4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CEB; }

 p { color: rgb(252,76,235); }

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

background-color css

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

 a { background-color: rgb(252,76,235); }

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

border-color css

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

 span { border-color: rgb(252,76,235); }

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