Html Css Color HEX #FEA8FD Lavender Rose

📋 copy color: '#FEA8FD'

red 254 ◦ green 168 ◦ blue 253

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

Shades of Lavender Rose #FEA8FD

Tints of Lavender Rose #FEA8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 37.63%
G = 24.89%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEA8FD (or 0xFEA8FD) is known color: Lavender Rose. HEX triplet: FE, A8 and FD. RGB value is (254,168,253). Sum of RGB (Red+Green+Blue) = 254+168+253=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 168 (66.02% from 255 or 24.89% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8FD is #015702. Grayscale: #CBCBCB. Windows color (decimal): -87811 or 16623870. OLE color: 16623870.

HSL color Cylindrical-coordinate representation of color #FEA8FD: hue angle of 300.7º 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 #FEA8FD is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 168 253 -
CMYK 0 0.34 0.00 0.00
HSL 300.7º 0.98% 0.83% -
HSV(B) 300.7º 0.34% 1% -
XYZ 72.61 56.17 99.94 -
YUV 203.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 254 168 253 0 0.34 0.00 0.00 300.7 0.98 0.83
Hex FE A8 FD 0 22 0 0 12D 62 53
Octal 376 250 375 0 42 0 0 455 142 123
Binary 11111110 10101000 11111101 0 100010 0 0 100101101 1100010 1010011

Color Harmonies of #FEA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8FD

Black with #FEA8FD

Text Example


Text Example

White with #FEA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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