Html Css Color HEX #F1AEE8 Lavender Rose

📋 copy color: '#F1AEE8'

red 241 ◦ green 174 ◦ blue 232

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

Shades of Lavender Rose #F1AEE8

Tints of Lavender Rose #F1AEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.89%

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

R = 37.25%
G = 26.89%
B = 35.86%

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

#F1AEE8 (or 0xF1AEE8) is known color: Lavender Rose. HEX triplet: F1, AE and E8. RGB value is (241,174,232). Sum of RGB (Red+Green+Blue) = 241+174+232=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEE8 is #0E5117. Grayscale: #C8C8C8. Windows color (decimal): -938264 or 15249137. OLE color: 15249137.

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

Color convert

RGB 241 174 232 -
CMYK 0 0.28 0.04 0.05
HSL 308.06º 0.71% 0.81% -
HSV(B) 308.06º 0.28% 0.95% -
XYZ 65.98 54.8 83.44 -
YUV 200.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 241 174 232 0 0.28 0.04 0.05 308.06 0.71 0.81
Hex F1 AE E8 0 1C 4 5 134 47 51
Octal 361 256 350 0 34 4 5 464 107 121
Binary 11110001 10101110 11101000 0 11100 100 101 100110100 1000111 1010001

Color Harmonies of #F1AEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AEE8

Black with #F1AEE8

Text Example


Text Example

White with #F1AEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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