#FAC1EE

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

Shades of Lavender Rose #FAC1EE

Tints of Lavender Rose #FAC1EE

Color information

#FAC1EE (or 0xFAC1EE) is unknown color: approx Lavender Rose. HEX triplet: FA, C1 and EE. RGB value is (250,193,238). Sum of RGB (Red+Green+Blue) = 250+193+238=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 193 (75.78% from 255 or 28.34% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1EE is #053E11. Grayscale: #D7D7D7. Windows color (decimal): -343570 or 15647226. OLE color: 15647226.

HSL color Cylindrical-coordinate representation of color #FAC1EE: hue angle of 312.63º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1EE is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250193238-
CMYK00.230.050.02
HSL312.63º85.07%86.86%-
HSV(B)312.63º22.8%98.04%-
XYZ73.9364.6489.47-
YUV215.17140.88152.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 193 (75.78% from 255) = 28.34%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=36.71%
G=28.34%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019323800.230.050.02312.6385.0786.86
HexFAC1EE017521395557
Octal37230135602752471125127
Binary1111101011000001111011100101111011010011100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1EE; }

 p { color: rgb(250,193,238); }

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

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

 a { background-color: rgb(250,193,238); }

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

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

 span { border-color: rgb(250,193,238); }

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