Html Css Color HEX #FE8EFB Fuchsia Pink

📋 copy color: '#FE8EFB'

red 254 ◦ green 142 ◦ blue 251

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

Shades of Fuchsia Pink #FE8EFB

Tints of Fuchsia Pink #FE8EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 21.95%

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

R = 39.26%
G = 21.95%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE8EFB (or 0xFE8EFB) is known color: Fuchsia Pink. HEX triplet: FE, 8E and FB. RGB value is (254,142,251). Sum of RGB (Red+Green+Blue) = 254+142+251=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 142 (55.86% from 255 or 21.95% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EFB is #017104. Grayscale: #BBBBBB. Windows color (decimal): -94469 or 16486142. OLE color: 16486142.

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

Color convert

RGB 254 142 251 -
CMYK 0 0.44 0.01 0.00
HSL 301.61º 0.98% 0.78% -
HSV(B) 301.61º 0.44% 1% -
XYZ 67.96 47.38 96.83 -
YUV 187.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 254 142 251 0 0.44 0.01 0.00 301.61 0.98 0.78
Hex FE 8E FB 0 2C 1 0 12E 62 4E
Octal 376 216 373 0 54 1 0 456 142 116
Binary 11111110 10001110 11111011 0 101100 1 0 100101110 1100010 1001110

Color Harmonies of #FE8EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8EFB

Black with #FE8EFB

Text Example


Text Example

White with #FE8EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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