Html Css Color HEX #F1ADF1 Lavender Rose

📋 copy color: '#F1ADF1'

red 241 ◦ green 173 ◦ blue 241

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

Shades of Lavender Rose #F1ADF1

Tints of Lavender Rose #F1ADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 36.79%
G = 26.41%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1ADF1 (or 0xF1ADF1) is known color: Lavender Rose. HEX triplet: F1, AD and F1. RGB value is (241,173,241). Sum of RGB (Red+Green+Blue) = 241+173+241=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADF1 is #0E520E. Grayscale: #C8C8C8. Windows color (decimal): -938511 or 15838705. OLE color: 15838705.

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

Color convert

RGB 241 173 241 -
CMYK 0 0.28 0 0.05
HSL 300º 0.71% 0.81% -
HSV(B) 300º 0.28% 0.95% -
XYZ 67.1 54.94 90.29 -
YUV 201.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 241 173 241 0 0.28 0 0.05 300 0.71 0.81
Hex F1 AD F1 0 1C 0 5 12C 47 51
Octal 361 255 361 0 34 0 5 454 107 121
Binary 11110001 10101101 11110001 0 11100 0 101 100101100 1000111 1010001

Color Harmonies of #F1ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADF1

Black with #F1ADF1

Text Example


Text Example

White with #F1ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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