Html Css Color HEX #FB4BFE Pink Flamingo

📋 copy color: '#FB4BFE'

red 251 ◦ green 75 ◦ blue 254

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

Shades of Pink Flamingo #FB4BFE

Tints of Pink Flamingo #FB4BFE

RGB

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

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

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

R = 43.28%
G = 12.93%
B = 43.79%

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

#FB4BFE (or 0xFB4BFE) is known color: Pink Flamingo. HEX triplet: FB, 4B and FE. RGB value is (251,75,254). Sum of RGB (Red+Green+Blue) = 251+75+254=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 75 (29.69% from 255 or 12.93% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB4BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4BFE is #04B401. Grayscale: #939393. Windows color (decimal): -308226 or 16665595. OLE color: 16665595.

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

Color convert

RGB 251 75 254 -
CMYK 0.01 0.70 0 0.00
HSL 298.99º 0.99% 0.65% -
HSV(B) 298.99º 0.7% 1% -
XYZ 60.19 32.7 96.9 -
YUV 148.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 251 75 254 0.01 0.70 0 0.00 298.99 0.99 0.65
Hex FB 4B FE 1 46 0 0 12B 63 41
Octal 373 113 376 1 106 0 0 453 143 101
Binary 11111011 1001011 11111110 1 1000110 0 0 100101011 1100011 1000001

Color Harmonies of #FB4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4BFE

Black with #FB4BFE

Text Example


Text Example

White with #FB4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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