Html Css Color HEX #FB8CFF Fuchsia Pink

📋 copy color: '#FB8CFF'

red 251 ◦ green 140 ◦ blue 255

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

Shades of Fuchsia Pink #FB8CFF

Tints of Fuchsia Pink #FB8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.67%

 BLUE value IS 255 (100% from 255) = 39.47%

R = 38.85%
G = 21.67%
B = 39.47%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB8CFF (or 0xFB8CFF) is known color: Fuchsia Pink. HEX triplet: FB, 8C and FF. RGB value is (251,140,255). Sum of RGB (Red+Green+Blue) = 251+140+255=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 140 (55.08% from 255 or 21.67% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CFF is #047300. Grayscale: #B9B9B9. Windows color (decimal): -291585 or 16747771. OLE color: 16747771.

HSL color Cylindrical-coordinate representation of color #FB8CFF: hue angle of 297.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8CFF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 140 255 -
CMYK 0.02 0.45 0 0
HSL 297.91º 1% 0.77% -
HSV(B) 297.91º 0.45% 1% -
XYZ 67.21 46.49 100.04 -
YUV 186.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 251 140 255 0.02 0.45 0 0 297.91 1 0.77
Hex FB 8C FF 2 2D 0 0 12A 64 4D
Octal 373 214 377 2 55 0 0 452 144 115
Binary 11111011 10001100 11111111 10 101101 0 0 100101010 1100100 1001101

Color Harmonies of #FB8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8CFF

Black with #FB8CFF

Text Example


Text Example

White with #FB8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8CFF; }

 p { color: rgb(251,140,255); }

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

background-color css

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

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

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

border-color css

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

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

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