Html Css Color HEX #F1ADE8 Lavender Rose

📋 copy color: '#F1ADE8'

red 241 ◦ green 173 ◦ blue 232

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

Shades of Lavender Rose #F1ADE8

Tints of Lavender Rose #F1ADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.91%

R = 37.31%
G = 26.78%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1ADE8 (or 0xF1ADE8) is known color: Lavender Rose. HEX triplet: F1, AD and E8. RGB value is (241,173,232). Sum of RGB (Red+Green+Blue) = 241+173+232=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADE8 is #0E5217. Grayscale: #C7C7C7. Windows color (decimal): -938520 or 15248881. OLE color: 15248881.

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

Color convert

RGB 241 173 232 -
CMYK 0 0.28 0.04 0.05
HSL 307.94º 0.71% 0.81% -
HSV(B) 307.94º 0.28% 0.95% -
XYZ 65.78 54.41 83.38 -
YUV 200.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 241 173 232 0 0.28 0.04 0.05 307.94 0.71 0.81
Hex F1 AD E8 0 1C 4 5 134 47 51
Octal 361 255 350 0 34 4 5 464 107 121
Binary 11110001 10101101 11101000 0 11100 100 101 100110100 1000111 1010001

Color Harmonies of #F1ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADE8

Black with #F1ADE8

Text Example


Text Example

White with #F1ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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