Html Css Color HEX #FB6AFE Pink Flamingo

📋 copy color: '#FB6AFE'

red 251 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #FB6AFE

Tints of Pink Flamingo #FB6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.35%

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

R = 41.08%
G = 17.35%
B = 41.57%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB6AFE (or 0xFB6AFE) is known color: Pink Flamingo. HEX triplet: FB, 6A and FE. RGB value is (251,106,254). Sum of RGB (Red+Green+Blue) = 251+106+254=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 106 (41.80% from 255 or 17.35% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB6AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6AFE is #049501. Grayscale: #A5A5A5. Windows color (decimal): -300290 or 16673531. OLE color: 16673531.

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

Color convert

RGB 251 106 254 -
CMYK 0.01 0.58 0 0.00
HSL 298.78º 0.99% 0.71% -
HSV(B) 298.78º 0.58% 1% -
XYZ 62.83 37.97 97.78 -
YUV 166.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 251 106 254 0.01 0.58 0 0.00 298.78 0.99 0.71
Hex FB 6A FE 1 3A 0 0 12B 63 47
Octal 373 152 376 1 72 0 0 453 143 107
Binary 11111011 1101010 11111110 1 111010 0 0 100101011 1100011 1000111

Color Harmonies of #FB6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6AFE

Black with #FB6AFE

Text Example


Text Example

White with #FB6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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