Html Css Color HEX #FEADF7 Lavender Rose

📋 copy color: '#FEADF7'

red 254 ◦ green 173 ◦ blue 247

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

Shades of Lavender Rose #FEADF7

Tints of Lavender Rose #FEADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.65%

R = 37.69%
G = 25.67%
B = 36.65%

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

#FEADF7 (or 0xFEADF7) is known color: Lavender Rose. HEX triplet: FE, AD and F7. RGB value is (254,173,247). Sum of RGB (Red+Green+Blue) = 254+173+247=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADF7 is #015208. Grayscale: #CDCDCD. Windows color (decimal): -86537 or 16231934. OLE color: 16231934.

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

Color convert

RGB 254 173 247 -
CMYK 0 0.32 0.03 0.00
HSL 305.19º 0.98% 0.84% -
HSV(B) 305.19º 0.32% 1% -
XYZ 72.61 57.67 95.3 -
YUV 205.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 254 173 247 0 0.32 0.03 0.00 305.19 0.98 0.84
Hex FE AD F7 0 20 3 0 131 62 54
Octal 376 255 367 0 40 3 0 461 142 124
Binary 11111110 10101101 11110111 0 100000 11 0 100110001 1100010 1010100

Color Harmonies of #FEADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADF7

Black with #FEADF7

Text Example


Text Example

White with #FEADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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