Html Css Color HEX #F1A1D8 Lavender Rose

📋 copy color: '#F1A1D8'

red 241 ◦ green 161 ◦ blue 216

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

Shades of Lavender Rose #F1A1D8

Tints of Lavender Rose #F1A1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.05%

 BLUE value IS 216 (84.77% from 255) = 34.95%

R = 39%
G = 26.05%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1A1D8 (or 0xF1A1D8) is known color: Lavender Rose. HEX triplet: F1, A1 and D8. RGB value is (241,161,216). Sum of RGB (Red+Green+Blue) = 241+161+216=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1D8 is #0E5E27. Grayscale: #BFBFBF. Windows color (decimal): -941608 or 14197233. OLE color: 14197233.

HSL color Cylindrical-coordinate representation of color #F1A1D8: hue angle of 318.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A1D8 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 161 216 -
CMYK 0 0.33 0.10 0.05
HSL 318.75º 0.74% 0.79% -
HSV(B) 318.75º 0.33% 0.95% -
XYZ 61.42 49.15 71.22 -
YUV 191.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 241 161 216 0 0.33 0.10 0.05 318.75 0.74 0.79
Hex F1 A1 D8 0 21 A 5 13F 4A 4F
Octal 361 241 330 0 41 12 5 477 112 117
Binary 11110001 10100001 11011000 0 100001 1010 101 100111111 1001010 1001111

Color Harmonies of #F1A1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A1D8

Black with #F1A1D8

Text Example


Text Example

White with #F1A1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A1D8; }

 p { color: rgb(241,161,216); }

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

background-color css

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

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

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

border-color css

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

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

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