Html Css Color HEX #FEA7FF Lavender Rose

📋 copy color: '#FEA7FF'

red 254 ◦ green 167 ◦ blue 255

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

Shades of Lavender Rose #FEA7FF

Tints of Lavender Rose #FEA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 24.7%

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

R = 37.57%
G = 24.7%
B = 37.72%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEA7FF (or 0xFEA7FF) is known color: Lavender Rose. HEX triplet: FE, A7 and FF. RGB value is (254,167,255). Sum of RGB (Red+Green+Blue) = 254+167+255=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 167 (65.62% from 255 or 24.70% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7FF is #015800. Grayscale: #CACACA. Windows color (decimal): -88065 or 16754686. OLE color: 16754686.

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

Color convert

RGB 254 167 255 -
CMYK 0.00 0.35 0 0
HSL 299.32º 1% 0.83% -
HSV(B) 299.32º 0.35% 1% -
XYZ 72.74 55.93 101.57 -
YUV 203.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 254 167 255 0.00 0.35 0 0 299.32 1 0.83
Hex FE A7 FF 0 23 0 0 12B 64 53
Octal 376 247 377 0 43 0 0 453 144 123
Binary 11111110 10100111 11111111 0 100011 0 0 100101011 1100100 1010011

Color Harmonies of #FEA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7FF

Black with #FEA7FF

Text Example


Text Example

White with #FEA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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