Html Css Color HEX #F1ACDA Lavender Rose

📋 copy color: '#F1ACDA'

red 241 ◦ green 172 ◦ blue 218

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

Shades of Lavender Rose #F1ACDA

Tints of Lavender Rose #F1ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 38.19%
G = 27.26%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1ACDA (or 0xF1ACDA) is known color: Lavender Rose. HEX triplet: F1, AC and DA. RGB value is (241,172,218). Sum of RGB (Red+Green+Blue) = 241+172+218=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACDA is #0E5325. Grayscale: #C5C5C5. Windows color (decimal): -938790 or 14331121. OLE color: 14331121.

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

Color convert

RGB 241 172 218 -
CMYK 0 0.29 0.10 0.05
HSL 320º 0.71% 0.81% -
HSV(B) 320º 0.29% 0.95% -
XYZ 63.68 53.27 73.25 -
YUV 197.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 241 172 218 0 0.29 0.10 0.05 320 0.71 0.81
Hex F1 AC DA 0 1D A 5 140 47 51
Octal 361 254 332 0 35 12 5 500 107 121
Binary 11110001 10101100 11011010 0 11101 1010 101 101000000 1000111 1010001

Color Harmonies of #F1ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACDA

Black with #F1ACDA

Text Example


Text Example

White with #F1ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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