Html Css Color HEX #F1ACE7 Lavender Rose

📋 copy color: '#F1ACE7'

red 241 ◦ green 172 ◦ blue 231

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

Shades of Lavender Rose #F1ACE7

Tints of Lavender Rose #F1ACE7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.71%

 BLUE value IS 231 (90.63% from 255) = 35.87%

R = 37.42%
G = 26.71%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1ACE7 (or 0xF1ACE7) is known color: Lavender Rose. HEX triplet: F1, AC and E7. RGB value is (241,172,231). Sum of RGB (Red+Green+Blue) = 241+172+231=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACE7 is #0E5318. Grayscale: #C7C7C7. Windows color (decimal): -938777 or 15183089. OLE color: 15183089.

HSL color Cylindrical-coordinate representation of color #F1ACE7: hue angle of 308.7º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACE7 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 172 231 -
CMYK 0 0.29 0.04 0.05
HSL 308.7º 0.71% 0.81% -
HSV(B) 308.7º 0.29% 0.95% -
XYZ 65.45 53.98 82.57 -
YUV 199.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 241 172 231 0 0.29 0.04 0.05 308.7 0.71 0.81
Hex F1 AC E7 0 1D 4 5 135 47 51
Octal 361 254 347 0 35 4 5 465 107 121
Binary 11110001 10101100 11100111 0 11101 100 101 100110101 1000111 1010001

Color Harmonies of #F1ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACE7

Black with #F1ACE7

Text Example


Text Example

White with #F1ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACE7; }

 p { color: rgb(241,172,231); }

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

background-color css

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

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

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

border-color css

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

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

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