Html Css Color HEX #FB4CFB Pink Flamingo

📋 copy color: '#FB4CFB'

red 251 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #FB4CFB

Tints of Pink Flamingo #FB4CFB

RGB

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

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

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

R = 43.43%
G = 13.15%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB4CFB (or 0xFB4CFB) is known color: Pink Flamingo. HEX triplet: FB, 4C and FB. RGB value is (251,76,251). Sum of RGB (Red+Green+Blue) = 251+76+251=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 76 (30.08% from 255 or 13.15% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4CFB is #04B304. Grayscale: #939393. Windows color (decimal): -307973 or 16469243. OLE color: 16469243.

HSL color Cylindrical-coordinate representation of color #FB4CFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CFB is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 76 251 -
CMYK 0 0.70 0 0.02
HSL 300º 0.96% 0.64% -
HSV(B) 300º 0.7% 0.98% -
XYZ 59.78 32.64 94.42 -
YUV 148.28 185.98 201.27 -
System Red Green Blue C M Y K H S L
Decimal 251 76 251 0 0.70 0 0.02 300 0.96 0.64
Hex FB 4C FB 0 46 0 2 12C 60 40
Octal 373 114 373 0 106 0 2 454 140 100
Binary 11111011 1001100 11111011 0 1000110 0 10 100101100 1100000 1000000

Color Harmonies of #FB4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4CFB

Black with #FB4CFB

Text Example


Text Example

White with #FB4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4CFB; }

 p { color: rgb(251,76,251); }

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

background-color css

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

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

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

border-color css

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

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

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