Html Css Color HEX #FC4BFE Pink Flamingo

📋 copy color: '#FC4BFE'

red 252 ◦ green 75 ◦ blue 254

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

Shades of Pink Flamingo #FC4BFE

Tints of Pink Flamingo #FC4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 12.91%

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 43.37%
G = 12.91%
B = 43.72%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC4BFE (or 0xFC4BFE) is known color: Pink Flamingo. HEX triplet: FC, 4B and FE. RGB value is (252,75,254). Sum of RGB (Red+Green+Blue) = 252+75+254=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 75 (29.69% from 255 or 12.91% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC4BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4BFE is #03B401. Grayscale: #939393. Windows color (decimal): -242690 or 16665596. OLE color: 16665596.

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

Color convert

RGB 252 75 254 -
CMYK 0.01 0.70 0 0.00
HSL 299.33º 0.99% 0.65% -
HSV(B) 299.33º 0.7% 1% -
XYZ 60.55 32.88 96.92 -
YUV 148.33 187.64 201.95 -
System Red Green Blue C M Y K H S L
Decimal 252 75 254 0.01 0.70 0 0.00 299.33 0.99 0.65
Hex FC 4B FE 1 46 0 0 12B 63 41
Octal 374 113 376 1 106 0 0 453 143 101
Binary 11111100 1001011 11111110 1 1000110 0 0 100101011 1100011 1000001

Color Harmonies of #FC4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4BFE

Black with #FC4BFE

Text Example


Text Example

White with #FC4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4BFE; }

 p { color: rgb(252,75,254); }

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

background-color css

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

 a { background-color: rgb(252,75,254); }

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

border-color css

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

 span { border-color: rgb(252,75,254); }

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