#FAC0ED

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

Shades of Lavender Rose #FAC0ED

Tints of Lavender Rose #FAC0ED

Color information

#FAC0ED (or 0xFAC0ED) is unknown color: approx Lavender Rose. HEX triplet: FA, C0 and ED. RGB value is (250,192,237). Sum of RGB (Red+Green+Blue) = 250+192+237=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0ED is #053F12. Grayscale: #D6D6D6. Windows color (decimal): -343827 or 15581434. OLE color: 15581434.

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

Color convert

RGB250192237-
CMYK00.230.050.02
HSL313.45º85.29%86.67%-
HSV(B)313.45º23.2%98.04%-
XYZ73.5664.1488.62-
YUV214.47140.72153.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 192 (75.39% from 255) = 28.28%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=36.82%
G=28.28%
B=34.90%

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
Decimal25019223700.230.050.02313.4585.2986.67
HexFAC0ED017521395557
Octal37230035502752471125127
Binary1111101011000000111011010101111011010011100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0ED; }

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

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

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

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

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

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

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

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