Html Css Color HEX #FEA1FC Lavender Rose

📋 copy color: '#FEA1FC'

red 254 ◦ green 161 ◦ blue 252

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

Shades of Lavender Rose #FEA1FC

Tints of Lavender Rose #FEA1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.14%

 BLUE value IS 252 (98.83% from 255) = 37.78%

R = 38.08%
G = 24.14%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEA1FC (or 0xFEA1FC) is known color: Lavender Rose. HEX triplet: FE, A1 and FC. RGB value is (254,161,252). Sum of RGB (Red+Green+Blue) = 254+161+252=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 161 (63.28% from 255 or 24.14% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1FC is #015E03. Grayscale: #C6C6C6. Windows color (decimal): -89604 or 16556542. OLE color: 16556542.

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

Color convert

RGB 254 161 252 -
CMYK 0 0.37 0.01 0.00
HSL 301.29º 0.98% 0.81% -
HSV(B) 301.29º 0.37% 1% -
XYZ 71.19 53.59 98.69 -
YUV 199.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 254 161 252 0 0.37 0.01 0.00 301.29 0.98 0.81
Hex FE A1 FC 0 25 1 0 12D 62 51
Octal 376 241 374 0 45 1 0 455 142 121
Binary 11111110 10100001 11111100 0 100101 1 0 100101101 1100010 1010001

Color Harmonies of #FEA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1FC

Black with #FEA1FC

Text Example


Text Example

White with #FEA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1FC; }

 p { color: rgb(254,161,252); }

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

background-color css

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

 a { background-color: rgb(254,161,252); }

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

border-color css

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

 span { border-color: rgb(254,161,252); }

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