Html Css Color HEX #FEA3FF Lavender Rose

📋 copy color: '#FEA3FF'

red 254 ◦ green 163 ◦ blue 255

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

Shades of Lavender Rose #FEA3FF

Tints of Lavender Rose #FEA3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 24.26%

 BLUE value IS 255 (100% from 255) = 37.95%

R = 37.8%
G = 24.26%
B = 37.95%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEA3FF (or 0xFEA3FF) is known color: Lavender Rose. HEX triplet: FE, A3 and FF. RGB value is (254,163,255). Sum of RGB (Red+Green+Blue) = 254+163+255=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 163 (64.06% from 255 or 24.26% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3FF is #015C00. Grayscale: #C8C8C8. Windows color (decimal): -89089 or 16753662. OLE color: 16753662.

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

Color convert

RGB 254 163 255 -
CMYK 0.00 0.36 0 0
HSL 299.35º 1% 0.82% -
HSV(B) 299.35º 0.36% 1% -
XYZ 72.02 54.49 101.33 -
YUV 200.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 254 163 255 0.00 0.36 0 0 299.35 1 0.82
Hex FE A3 FF 0 24 0 0 12B 64 52
Octal 376 243 377 0 44 0 0 453 144 122
Binary 11111110 10100011 11111111 0 100100 0 0 100101011 1100100 1010010

Color Harmonies of #FEA3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3FF

Black with #FEA3FF

Text Example


Text Example

White with #FEA3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3FF; }

 p { color: rgb(254,163,255); }

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

background-color css

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

 a { background-color: rgb(254,163,255); }

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

border-color css

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

 span { border-color: rgb(254,163,255); }

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