Html Css Color HEX #FEADF5 Lavender Rose

📋 copy color: '#FEADF5'

red 254 ◦ green 173 ◦ blue 245

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

Shades of Lavender Rose #FEADF5

Tints of Lavender Rose #FEADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.46%

R = 37.8%
G = 25.74%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEADF5 (or 0xFEADF5) is known color: Lavender Rose. HEX triplet: FE, AD and F5. RGB value is (254,173,245). Sum of RGB (Red+Green+Blue) = 254+173+245=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADF5 is #01520A. Grayscale: #CDCDCD. Windows color (decimal): -86539 or 16100862. OLE color: 16100862.

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

Color convert

RGB 254 173 245 -
CMYK 0 0.32 0.04 0.00
HSL 306.67º 0.98% 0.84% -
HSV(B) 306.67º 0.32% 1% -
XYZ 72.3 57.55 93.68 -
YUV 205.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 254 173 245 0 0.32 0.04 0.00 306.67 0.98 0.84
Hex FE AD F5 0 20 4 0 133 62 54
Octal 376 255 365 0 40 4 0 463 142 124
Binary 11111110 10101101 11110101 0 100000 100 0 100110011 1100010 1010100

Color Harmonies of #FEADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADF5

Black with #FEADF5

Text Example


Text Example

White with #FEADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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