Html Css Color HEX #F1ACEA Lavender Rose

📋 copy color: '#F1ACEA'

red 241 ◦ green 172 ◦ blue 234

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

Shades of Lavender Rose #F1ACEA

Tints of Lavender Rose #F1ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 37.25%
G = 26.58%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1ACEA (or 0xF1ACEA) is known color: Lavender Rose. HEX triplet: F1, AC and EA. RGB value is (241,172,234). Sum of RGB (Red+Green+Blue) = 241+172+234=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACEA is #0E5315. Grayscale: #C7C7C7. Windows color (decimal): -938774 or 15379697. OLE color: 15379697.

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

Color convert

RGB 241 172 234 -
CMYK 0 0.29 0.03 0.05
HSL 306.09º 0.71% 0.81% -
HSV(B) 306.09º 0.29% 0.95% -
XYZ 65.88 54.15 84.82 -
YUV 199.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 241 172 234 0 0.29 0.03 0.05 306.09 0.71 0.81
Hex F1 AC EA 0 1D 3 5 132 47 51
Octal 361 254 352 0 35 3 5 462 107 121
Binary 11110001 10101100 11101010 0 11101 11 101 100110010 1000111 1010001

Color Harmonies of #F1ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACEA

Black with #F1ACEA

Text Example


Text Example

White with #F1ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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