Html Css Color HEX #FE8CFB Fuchsia Pink

📋 copy color: '#FE8CFB'

red 254 ◦ green 140 ◦ blue 251

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

Shades of Fuchsia Pink #FE8CFB

Tints of Fuchsia Pink #FE8CFB

RGB

 RED value IS 254 (99.61% from 255) = 39.38%

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

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

R = 39.38%
G = 21.71%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE8CFB (or 0xFE8CFB) is known color: Fuchsia Pink. HEX triplet: FE, 8C and FB. RGB value is (254,140,251). Sum of RGB (Red+Green+Blue) = 254+140+251=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 140 (55.08% from 255 or 21.71% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CFB is #017304. Grayscale: #BABABA. Windows color (decimal): -94981 or 16485630. OLE color: 16485630.

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

Color convert

RGB 254 140 251 -
CMYK 0 0.45 0.01 0.00
HSL 301.58º 0.98% 0.77% -
HSV(B) 301.58º 0.45% 1% -
XYZ 67.66 46.79 96.73 -
YUV 186.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 254 140 251 0 0.45 0.01 0.00 301.58 0.98 0.77
Hex FE 8C FB 0 2D 1 0 12E 62 4D
Octal 376 214 373 0 55 1 0 456 142 115
Binary 11111110 10001100 11111011 0 101101 1 0 100101110 1100010 1001101

Color Harmonies of #FE8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8CFB

Black with #FE8CFB

Text Example


Text Example

White with #FE8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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