Html Css Color HEX #F1ADE0 Lavender Rose

📋 copy color: '#F1ADE0'

red 241 ◦ green 173 ◦ blue 224

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

Shades of Lavender Rose #F1ADE0

Tints of Lavender Rose #F1ADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.11%

R = 37.77%
G = 27.12%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1ADE0 (or 0xF1ADE0) is known color: Lavender Rose. HEX triplet: F1, AD and E0. RGB value is (241,173,224). Sum of RGB (Red+Green+Blue) = 241+173+224=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADE0 is #0E521F. Grayscale: #C7C7C7. Windows color (decimal): -938528 or 14724593. OLE color: 14724593.

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

Color convert

RGB 241 173 224 -
CMYK 0 0.28 0.07 0.05
HSL 315º 0.71% 0.81% -
HSV(B) 315º 0.28% 0.95% -
XYZ 64.67 53.97 77.53 -
YUV 199.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 241 173 224 0 0.28 0.07 0.05 315 0.71 0.81
Hex F1 AD E0 0 1C 7 5 13B 47 51
Octal 361 255 340 0 34 7 5 473 107 121
Binary 11110001 10101101 11100000 0 11100 111 101 100111011 1000111 1010001

Color Harmonies of #F1ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADE0

Black with #F1ADE0

Text Example


Text Example

White with #F1ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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