Html Css Color HEX #FEADF6 Lavender Rose

📋 copy color: '#FEADF6'

red 254 ◦ green 173 ◦ blue 246

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

Shades of Lavender Rose #FEADF6

Tints of Lavender Rose #FEADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.55%

R = 37.74%
G = 25.71%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEADF6 (or 0xFEADF6) is known color: Lavender Rose. HEX triplet: FE, AD and F6. RGB value is (254,173,246). Sum of RGB (Red+Green+Blue) = 254+173+246=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADF6 is #015209. Grayscale: #CDCDCD. Windows color (decimal): -86538 or 16166398. OLE color: 16166398.

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

Color convert

RGB 254 173 246 -
CMYK 0 0.32 0.03 0.00
HSL 305.93º 0.98% 0.84% -
HSV(B) 305.93º 0.32% 1% -
XYZ 72.45 57.61 94.49 -
YUV 205.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 254 173 246 0 0.32 0.03 0.00 305.93 0.98 0.84
Hex FE AD F6 0 20 3 0 132 62 54
Octal 376 255 366 0 40 3 0 462 142 124
Binary 11111110 10101101 11110110 0 100000 11 0 100110010 1100010 1010100

Color Harmonies of #FEADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADF6

Black with #FEADF6

Text Example


Text Example

White with #FEADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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