Html Css Color HEX #FEADF2 Lavender Rose

📋 copy color: '#FEADF2'

red 254 ◦ green 173 ◦ blue 242

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

Shades of Lavender Rose #FEADF2

Tints of Lavender Rose #FEADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.17%

R = 37.97%
G = 25.86%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEADF2 (or 0xFEADF2) is known color: Lavender Rose. HEX triplet: FE, AD and F2. RGB value is (254,173,242). Sum of RGB (Red+Green+Blue) = 254+173+242=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADF2 is #01520D. Grayscale: #CCCCCC. Windows color (decimal): -86542 or 15904254. OLE color: 15904254.

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

Color convert

RGB 254 173 242 -
CMYK 0 0.32 0.05 0.00
HSL 308.89º 0.98% 0.84% -
HSV(B) 308.89º 0.32% 1% -
XYZ 71.84 57.37 91.29 -
YUV 205.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 254 173 242 0 0.32 0.05 0.00 308.89 0.98 0.84
Hex FE AD F2 0 20 5 0 135 62 54
Octal 376 255 362 0 40 5 0 465 142 124
Binary 11111110 10101101 11110010 0 100000 101 0 100110101 1100010 1010100

Color Harmonies of #FEADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADF2

Black with #FEADF2

Text Example


Text Example

White with #FEADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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