Html Css Color HEX #F1ADE2 Lavender Rose

📋 copy color: '#F1ADE2'

red 241 ◦ green 173 ◦ blue 226

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

Shades of Lavender Rose #F1ADE2

Tints of Lavender Rose #F1ADE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.31%

R = 37.66%
G = 27.03%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1ADE2 (or 0xF1ADE2) is known color: Lavender Rose. HEX triplet: F1, AD and E2. RGB value is (241,173,226). Sum of RGB (Red+Green+Blue) = 241+173+226=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADE2 is #0E521D. Grayscale: #C7C7C7. Windows color (decimal): -938526 or 14855665. OLE color: 14855665.

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

Color convert

RGB 241 173 226 -
CMYK 0 0.28 0.06 0.05
HSL 313.24º 0.71% 0.81% -
HSV(B) 313.24º 0.28% 0.95% -
XYZ 64.95 54.08 78.97 -
YUV 199.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 241 173 226 0 0.28 0.06 0.05 313.24 0.71 0.81
Hex F1 AD E2 0 1C 6 5 139 47 51
Octal 361 255 342 0 34 6 5 471 107 121
Binary 11110001 10101101 11100010 0 11100 110 101 100111001 1000111 1010001

Color Harmonies of #F1ADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADE2

Black with #F1ADE2

Text Example


Text Example

White with #F1ADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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