Html Css Color HEX #FE99FA Violet

📋 copy color: '#FE99FA'

red 254 ◦ green 153 ◦ blue 250

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

Shades of Violet #FE99FA

Tints of Violet #FE99FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.29%

 BLUE value IS 250 (98.05% from 255) = 38.05%

R = 38.66%
G = 23.29%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE99FA (or 0xFE99FA) is known color: Violet. HEX triplet: FE, 99 and FA. RGB value is (254,153,250). Sum of RGB (Red+Green+Blue) = 254+153+250=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 153 (60.16% from 255 or 23.29% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99FA is #016605. Grayscale: #C1C1C1. Windows color (decimal): -91654 or 16423422. OLE color: 16423422.

HSL color Cylindrical-coordinate representation of color #FE99FA: hue angle of 302.38º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99FA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 153 250 -
CMYK 0 0.40 0.02 0.00
HSL 302.38º 0.98% 0.8% -
HSV(B) 302.38º 0.4% 1% -
XYZ 69.52 50.76 96.58 -
YUV 194.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 254 153 250 0 0.40 0.02 0.00 302.38 0.98 0.8
Hex FE 99 FA 0 28 2 0 12E 62 50
Octal 376 231 372 0 50 2 0 456 142 120
Binary 11111110 10011001 11111010 0 101000 10 0 100101110 1100010 1010000

Color Harmonies of #FE99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE99FA

Black with #FE99FA

Text Example


Text Example

White with #FE99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE99FA; }

 p { color: rgb(254,153,250); }

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

background-color css

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

 a { background-color: rgb(254,153,250); }

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

border-color css

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

 span { border-color: rgb(254,153,250); }

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