Html Css Color HEX #FE8DFB Fuchsia Pink

📋 copy color: '#FE8DFB'

red 254 ◦ green 141 ◦ blue 251

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

Shades of Fuchsia Pink #FE8DFB

Tints of Fuchsia Pink #FE8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 21.83%

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

R = 39.32%
G = 21.83%
B = 38.85%

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

#FE8DFB (or 0xFE8DFB) is known color: Fuchsia Pink. HEX triplet: FE, 8D and FB. RGB value is (254,141,251). Sum of RGB (Red+Green+Blue) = 254+141+251=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 141 (55.47% from 255 or 21.83% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DFB is #017204. Grayscale: #BBBBBB. Windows color (decimal): -94725 or 16485886. OLE color: 16485886.

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

Color convert

RGB 254 141 251 -
CMYK 0 0.44 0.01 0.00
HSL 301.59º 0.98% 0.77% -
HSV(B) 301.59º 0.44% 1% -
XYZ 67.81 47.09 96.78 -
YUV 187.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 254 141 251 0 0.44 0.01 0.00 301.59 0.98 0.77
Hex FE 8D FB 0 2C 1 0 12E 62 4D
Octal 376 215 373 0 54 1 0 456 142 115
Binary 11111110 10001101 11111011 0 101100 1 0 100101110 1100010 1001101

Color Harmonies of #FE8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DFB

Black with #FE8DFB

Text Example


Text Example

White with #FE8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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