#F1ACDC

Color #F1ACDC Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F1ACDC

Tints of Lavender Rose #F1ACDC

Color information

#F1ACDC (or 0xF1ACDC) is unknown color: approx Lavender Rose. HEX triplet: F1, AC and DC. RGB value is (241,172,220). Sum of RGB (Red+Green+Blue) = 241+172+220=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACDC is #0E5323. Grayscale: #C5C5C5. Windows color (decimal): -938788 or 14462193. OLE color: 14462193.

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

Color convert

RGB241172220-
CMYK00.290.090.05
HSL318.26º71.13%80.98%-
HSV(B)318.26º28.63%94.51%-
XYZ63.9553.3774.64-
YUV198.1140.36158.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=38.07%
G=27.17%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117222000.290.090.05318.2671.1380.98
HexF1ACDC01D9513e4751
Octal361254334035115476107121
Binary111100011010110011011100011101100110110011111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACDC; }

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

 H1.HeaderClassName
 {
   color: #F1ACDC;
 }
 .AnyTagClassName
 {
   color: #F1ACDC;
 }
</style>
background-color css

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

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

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

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

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

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