Html Css Color HEX #FEADFE Lavender Rose

📋 copy color: '#FEADFE'

red 254 ◦ green 173 ◦ blue 254

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

Shades of Lavender Rose #FEADFE

Tints of Lavender Rose #FEADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.4%

 BLUE value IS 254 (99.61% from 255) = 37.3%

R = 37.3%
G = 25.4%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEADFE (or 0xFEADFE) is known color: Lavender Rose. HEX triplet: FE, AD and FE. RGB value is (254,173,254). Sum of RGB (Red+Green+Blue) = 254+173+254=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 173 (67.97% from 255 or 25.40% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADFE is #015201. Grayscale: #CECECE. Windows color (decimal): -86530 or 16690686. OLE color: 16690686.

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

Color convert

RGB 254 173 254 -
CMYK 0 0.32 0 0.00
HSL 300º 0.98% 0.84% -
HSV(B) 300º 0.32% 1% -
XYZ 73.71 58.11 101.1 -
YUV 206.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 254 173 254 0 0.32 0 0.00 300 0.98 0.84
Hex FE AD FE 0 20 0 0 12C 62 54
Octal 376 255 376 0 40 0 0 454 142 124
Binary 11111110 10101101 11111110 0 100000 0 0 100101100 1100010 1010100

Color Harmonies of #FEADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADFE

Black with #FEADFE

Text Example


Text Example

White with #FEADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADFE; }

 p { color: rgb(254,173,254); }

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

background-color css

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

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

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

border-color css

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

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

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