#FAC0F1

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

Shades of Lavender Rose #FAC0F1

Tints of Lavender Rose #FAC0F1

Color information

#FAC0F1 (or 0xFAC0F1) is unknown color: approx Lavender Rose. HEX triplet: FA, C0 and F1. RGB value is (250,192,241). Sum of RGB (Red+Green+Blue) = 250+192+241=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0F1 is #053F0E. Grayscale: #D6D6D6. Windows color (decimal): -343823 or 15843578. OLE color: 15843578.

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

Color convert

RGB250192241-
CMYK00.230.040.02
HSL309.31º85.29%86.67%-
HSV(B)309.31º23.2%98.04%-
XYZ74.1564.3791.74-
YUV214.93142.72153.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 192 (75.39% from 255) = 28.11%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=36.60%
G=28.11%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019224100.230.040.02309.3185.2986.67
HexFAC0F1017421355557
Octal37230036102742465125127
Binary1111101011000000111100010101111001010011010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0F1; }

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

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

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

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

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

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

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

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