Html Css Color HEX #F1ACE8 Lavender Rose

📋 copy color: '#F1ACE8'

red 241 ◦ green 172 ◦ blue 232

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

Shades of Lavender Rose #F1ACE8

Tints of Lavender Rose #F1ACE8

RGB

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

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

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

R = 37.36%
G = 26.67%
B = 35.97%

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

#F1ACE8 (or 0xF1ACE8) is known color: Lavender Rose. HEX triplet: F1, AC and E8. RGB value is (241,172,232). Sum of RGB (Red+Green+Blue) = 241+172+232=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACE8 is #0E5317. Grayscale: #C7C7C7. Windows color (decimal): -938776 or 15248625. OLE color: 15248625.

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

Color convert

RGB 241 172 232 -
CMYK 0 0.29 0.04 0.05
HSL 307.83º 0.71% 0.81% -
HSV(B) 307.83º 0.29% 0.95% -
XYZ 65.59 54.03 83.32 -
YUV 199.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 241 172 232 0 0.29 0.04 0.05 307.83 0.71 0.81
Hex F1 AC E8 0 1D 4 5 134 47 51
Octal 361 254 350 0 35 4 5 464 107 121
Binary 11110001 10101100 11101000 0 11101 100 101 100110100 1000111 1010001

Color Harmonies of #F1ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACE8

Black with #F1ACE8

Text Example


Text Example

White with #F1ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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