Html Css Color HEX #FEA8FC Lavender Rose

📋 copy color: '#FEA8FC'

red 254 ◦ green 168 ◦ blue 252

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

Shades of Lavender Rose #FEA8FC

Tints of Lavender Rose #FEA8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 24.93%

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

R = 37.69%
G = 24.93%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEA8FC (or 0xFEA8FC) is known color: Lavender Rose. HEX triplet: FE, A8 and FC. RGB value is (254,168,252). Sum of RGB (Red+Green+Blue) = 254+168+252=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 168 (66.02% from 255 or 24.93% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8FC is #015703. Grayscale: #CBCBCB. Windows color (decimal): -87812 or 16558334. OLE color: 16558334.

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

Color convert

RGB 254 168 252 -
CMYK 0 0.34 0.01 0.00
HSL 301.4º 0.98% 0.83% -
HSV(B) 301.4º 0.34% 1% -
XYZ 72.45 56.1 99.11 -
YUV 203.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 254 168 252 0 0.34 0.01 0.00 301.4 0.98 0.83
Hex FE A8 FC 0 22 1 0 12D 62 53
Octal 376 250 374 0 42 1 0 455 142 123
Binary 11111110 10101000 11111100 0 100010 1 0 100101101 1100010 1010011

Color Harmonies of #FEA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8FC

Black with #FEA8FC

Text Example


Text Example

White with #FEA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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