Html Css Color HEX #FC4BFB Pink Flamingo

📋 copy color: '#FC4BFB'

red 252 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #FC4BFB

Tints of Pink Flamingo #FC4BFB

RGB

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

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

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

R = 43.6%
G = 12.98%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC4BFB (or 0xFC4BFB) is known color: Pink Flamingo. HEX triplet: FC, 4B and FB. RGB value is (252,75,251). Sum of RGB (Red+Green+Blue) = 252+75+251=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 75 (29.69% from 255 or 12.98% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4BFB is #03B404. Grayscale: #939393. Windows color (decimal): -242693 or 16468988. OLE color: 16468988.

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

Color convert

RGB 252 75 251 -
CMYK 0 0.70 0.00 0.01
HSL 300.34º 0.97% 0.64% -
HSV(B) 300.34º 0.7% 0.99% -
XYZ 60.07 32.69 94.41 -
YUV 147.99 186.14 202.19 -
System Red Green Blue C M Y K H S L
Decimal 252 75 251 0 0.70 0.00 0.01 300.34 0.97 0.64
Hex FC 4B FB 0 46 0 1 12C 61 40
Octal 374 113 373 0 106 0 1 454 141 100
Binary 11111100 1001011 11111011 0 1000110 0 1 100101100 1100001 1000000

Color Harmonies of #FC4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4BFB

Black with #FC4BFB

Text Example


Text Example

White with #FC4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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