Html Css Color HEX #F1ACF0 Lavender Rose

📋 copy color: '#F1ACF0'

red 241 ◦ green 172 ◦ blue 240

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

Shades of Lavender Rose #F1ACF0

Tints of Lavender Rose #F1ACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 36.91%
G = 26.34%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F1ACF0 (or 0xF1ACF0) is known color: Lavender Rose. HEX triplet: F1, AC and F0. RGB value is (241,172,240). Sum of RGB (Red+Green+Blue) = 241+172+240=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF0 is #0E530F. Grayscale: #C8C8C8. Windows color (decimal): -938768 or 15772913. OLE color: 15772913.

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

Color convert

RGB 241 172 240 -
CMYK 0 0.29 0.00 0.05
HSL 300.87º 0.71% 0.81% -
HSV(B) 300.87º 0.29% 0.95% -
XYZ 66.76 54.5 89.44 -
YUV 200.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 241 172 240 0 0.29 0.00 0.05 300.87 0.71 0.81
Hex F1 AC F0 0 1D 0 5 12D 47 51
Octal 361 254 360 0 35 0 5 455 107 121
Binary 11110001 10101100 11110000 0 11101 0 101 100101101 1000111 1010001

Color Harmonies of #F1ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACF0

Black with #F1ACF0

Text Example


Text Example

White with #F1ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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