#FAC0EE

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

Shades of Lavender Rose #FAC0EE

Tints of Lavender Rose #FAC0EE

Color information

#FAC0EE (or 0xFAC0EE) is unknown color: approx Lavender Rose. HEX triplet: FA, C0 and EE. RGB value is (250,192,238). Sum of RGB (Red+Green+Blue) = 250+192+238=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0EE is #053F11. Grayscale: #D6D6D6. Windows color (decimal): -343826 or 15646970. OLE color: 15646970.

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

Color convert

RGB250192238-
CMYK00.230.050.02
HSL312.41º85.29%86.67%-
HSV(B)312.41º23.2%98.04%-
XYZ73.7164.289.4-
YUV214.59141.22153.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 192 (75.39% from 255) = 28.24%
BLUE value IS 238 (93.36% from 255) = 35%
R=36.76%
G=28.24%
B=35%

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
Decimal25019223800.230.050.02312.4185.2986.67
HexFAC0EE017521385557
Octal37230035602752470125127
Binary1111101011000000111011100101111011010011100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0EE; }

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

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

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

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

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

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

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

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