Html Css Color HEX #F1ADEA Lavender Rose

📋 copy color: '#F1ADEA'

red 241 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #F1ADEA

Tints of Lavender Rose #F1ADEA

RGB

 RED value IS 241 (94.53% from 255) = 37.19%

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

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 37.19%
G = 26.7%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1ADEA (or 0xF1ADEA) is known color: Lavender Rose. HEX triplet: F1, AD and EA. RGB value is (241,173,234). Sum of RGB (Red+Green+Blue) = 241+173+234=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADEA is #0E5215. Grayscale: #C8C8C8. Windows color (decimal): -938518 or 15379953. OLE color: 15379953.

HSL color Cylindrical-coordinate representation of color #F1ADEA: hue angle of 306.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADEA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 234 -
CMYK 0 0.28 0.03 0.05
HSL 306.18º 0.71% 0.81% -
HSV(B) 306.18º 0.28% 0.95% -
XYZ 66.07 54.53 84.88 -
YUV 200.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 241 173 234 0 0.28 0.03 0.05 306.18 0.71 0.81
Hex F1 AD EA 0 1C 3 5 132 47 51
Octal 361 255 352 0 34 3 5 462 107 121
Binary 11110001 10101101 11101010 0 11100 11 101 100110010 1000111 1010001

Color Harmonies of #F1ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADEA

Black with #F1ADEA

Text Example


Text Example

White with #F1ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADEA; }

 p { color: rgb(241,173,234); }

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

background-color css

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

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

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

border-color css

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

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

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